Function monch::check_not

source ·
pub fn check_not<'a, O>(
    combinator: impl Fn(&'a str) -> ParseResult<'a, O>
) -> impl Fn(&'a str) -> ParseResult<'a, ()>
Expand description

Checks if a combinator is false without consuming the input.