pub trait StrictEncode: StrictType {
    fn strict_encode<W: TypedWrite>(&self, writer: W) -> Result<W>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§