Skip to main content

is

Function is 

Source
pub fn is<'a, F, O>(parser: F) -> impl FnMut(ParseString<'a>)
where F: FnMut(ParseString<'a>) -> Result<(ParseString<'a>, O), Err<ParseError<'a>>>,
Expand description

For parser p, return the !!p peek parsing expression.