Trait parity_scale_codec::FullCodec
source · pub trait FullCodec: Decode + FullEncode { }
Expand description
Trait that bound EncodeLike
along with Codec
. Usefull for generic being used in function
with EncodeLike
parameters.
pub trait FullCodec: Decode + FullEncode { }
Trait that bound EncodeLike
along with Codec
. Usefull for generic being used in function
with EncodeLike
parameters.