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