BitReader

Type Alias BitReader 

Source
pub type BitReader<FI = bool> = BitReader<FI>;
Expand description

Bit-wise field reader

Aliased Typeยง

pub struct BitReader<FI = bool> { /* private fields */ }