Type Definition BitReader
bitstream_io::read
type BitReader<'a, E> = BitRead<&'a mut Read, E>;
A bit reader wrapped around mutable Read references