Trait parity_codec::HasCompact[][src]

pub trait HasCompact: Copy {
    type Type: Encode + Decode + From<Self> + Into<Self> + PartialEq + Eq + MaybeDebugSerde;
}

Trait that tells you if a given type can be encoded/decoded as Compact<T>.

Associated Types

Implementors