Function markab_parser::not

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