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