pub trait BinProtSize {
    fn binprot_size(&self) -> usize;
}

Required methods

Implementors