Trait parity_scale_codec::WrapperTypeDecode [−][src]
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.
Associated Types
Loading content...Implementations on Foreign Types
impl<T> WrapperTypeDecode for Box<T>
[src]
impl<T> WrapperTypeDecode for Box<T>
[src]type Wrapped = T
impl<T> WrapperTypeDecode for Arc<T>
[src]
impl<T> WrapperTypeDecode for Arc<T>
[src]type Wrapped = T
impl<T> WrapperTypeDecode for Rc<T>
[src]
impl<T> WrapperTypeDecode for Rc<T>
[src]