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.
pub fn check_not<'a, O>(
combinator: impl Fn(&'a str) -> ParseResult<'a, O>
) -> impl Fn(&'a str) -> ParseResult<'a, ()>Checks if a combinator is false without consuming the input.