pub trait BinSerialize {
    fn serialize<S: BinSerializer>(&self, serializer: S) -> Result<()>;
}

Required methods

Implementations on Foreign Types

Implementors