Trait frame_support::dispatch::HasCompact [−][src]
pub trait HasCompact { type Type: for<'a> EncodeAsRef<'a, Self> + Decode + From<Self> + Into<Self>; }
Trait that tells you if a given type can be encoded/decoded in a compact way.
Associated Types
type Type: for<'a> EncodeAsRef<'a, Self> + Decode + From<Self> + Into<Self>
[src]
The compact type; this can be
Implementors
Loading content...