Type Definition bitstream_io::read::BitReader[][src]

type BitReader<'a, E> = BitRead<&'a mut Read, E>;

A bit reader wrapped around mutable Read references