Function text_io::match_next [] [src]

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