Const
A type-safe wrapper for the concrete leaf type.
This structure serves merely to avoid passing raw Vec<u8> around. It must be Vec<u8>-encoding compatible.
Vec<u8>
It is different from [OpaqueLeaf], because it does implement Codec and the encoding has to match raw Vec<u8> encoding.
OpaqueLeaf
Codec
A type-safe wrapper for the concrete leaf type.
This structure serves merely to avoid passing raw
Vec<u8>
around. It must beVec<u8>
-encoding compatible.It is different from [
OpaqueLeaf
], because it does implementCodec
and the encoding has to match rawVec<u8>
encoding.