next_bit

Function next_bit 

Source
fn next_bit<I>(i: &mut (I, usize)) -> Option<bool>
where I: Stream<Token = u8> + Clone,