Trait parity_scale_codec::WrapperTypeDecode [−][src]
Expand description
A marker trait for types that can be created solely from other decodable types.
The decoding of such type is assumed to be the same as the wrapped type.