[−][src]Trait parity_scale_codec::FullCodec
Trait that bound EncodeLike along with Codec. Usefull for generic being used in function
with EncodeLike parameters.
Trait that bound EncodeLike along with Codec. Usefull for generic being used in function
with EncodeLike parameters.
impl<S: Decode + FullEncode> FullCodec for S[src]