[][src]Function text_io::match_next

pub fn match_next(
    expected: u8,
    iter: &mut dyn Iterator<Item = u8>
) -> Result<(), Error>