Trait bitrw::ReadBits

source ·
pub trait ReadBits {
    fn read_bits<'t>(&'t mut self) -> BitReadAdapter<'t>;
}

Required Methods§

Implementors§