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