Skip to main content

not_prefix

Function not_prefix 

Source
pub fn not_prefix<I>() -> impl Parser<I, Output = ()>
where I: RangeStream<Token = char>, I::Error: ParseError<I::Token, I::Range, I::Position>, I::Range: Range,