Trait frame_support::storage::types::EncodeLikeTuple
source · pub trait EncodeLikeTuple<T>: Sealed { }
Expand description
Marker trait to indicate that each element in the tuple encodes like the corresponding element in another tuple.
This trait is sealed.