pub trait BinProtWrite {
    fn binprot_write<W: Write>(&self, w: &mut W) -> Result<()>;
}

Required methods

Implementations on Foreign Types

Implementors