winnow::stream

Function next_bit

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