pub trait BinProtShape: 'static {
    fn binprot_shape_impl(_: &mut ShapeContext) -> Shape;

    fn binprot_shape_loop(typeids: &mut ShapeContext) -> Shape { ... }
fn binprot_shape() -> Shape { ... } }

Required methods

Provided methods

Implementations on Foreign Types

Implementors