Trait parity_scale_codec::WrapperTypeEncode [−][src]
A marker trait for types that wrap other encodable type.
Such types should not carry any additional information that would require to be encoded, because the encoding is assumed to be the same as the wrapped type.