Trait bitsparrow::BitEncode [] [src]

pub trait BitEncode {
    fn encode(&self, _: &mut Encoder);

    fn size_hint() -> usize { ... }
}

Required Methods

Provided Methods

Implementors