Function jpar::characters::read_none_of[][src]

pub fn read_none_of<'a, C, Err>(
    verifier: impl Fn(usize, char) -> bool
) -> impl FnMut(&mut Reader<'a, Err, C>) -> ParserResult<char, Err>

Reads one character that are not inside interval.