pub trait StrictDecode: StrictType {
    fn strict_decode(reader: &mut impl TypedRead) -> Result<Self, DecodeError>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§