winnow::stream

Function peek_bit

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