pub fn is_not<'a, F, E>(
parser: F,
) -> impl FnMut(ParseString<'a>) -> ParseResult<'_, ()>Expand description
For parser p, return the !p peek parsing expression.
pub fn is_not<'a, F, E>(
parser: F,
) -> impl FnMut(ParseString<'a>) -> ParseResult<'_, ()>For parser p, return the !p peek parsing expression.