pub fn not<Stream, Context, Parser>(parser: Parser) -> Not<Parser>where
Stream: Clone,
Context: Contexting<NotAtom<Parser::Token, Stream>>,
Parser: Parse<Stream, Context>,Expand description
Function style version of crate::Utils::not
pub fn not<Stream, Context, Parser>(parser: Parser) -> Not<Parser>where
Stream: Clone,
Context: Contexting<NotAtom<Parser::Token, Stream>>,
Parser: Parse<Stream, Context>,Function style version of crate::Utils::not