Function markab_parser::not_parser::not

source ·
pub fn not<'a, 'b, P>(parser: P) -> NotParser<'a, 'b, P>where
    P: Parser<'a, 'b>,