pub type BitReader<FI = bool> = BitReader<FI>;
Bit-wise field reader
pub struct BitReader<FI = bool> { /* private fields */ }