pub fn peek_neg<'slice, 'src: 'slice, Lang: Language, E, IE: RowanNomError<Lang>>(
parser: impl Parser<Input<'slice, 'src, Lang>, Children<Lang, E>, IE>,
) -> impl FnMut(Input<'slice, 'src, Lang>) -> IResult<'slice, 'src, Lang, E, IE>where
Lang::Kind: 'static,Expand description
Negated peek, succeeds only if the given parser fails
- On failure, succeeds with and empty
Childrenand the same input - On success, fails