Function not

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