[−][src]Function pom::parser::not_a
pub fn not_a<'a, I, F>(predicate: F) -> Parser<'a, I, I> where
I: Clone + PartialEq + Display + Debug,
F: Fn(I) -> bool + 'a,
Success when predicate returns false on current input symbol.
pub fn not_a<'a, I, F>(predicate: F) -> Parser<'a, I, I> where
I: Clone + PartialEq + Display + Debug,
F: Fn(I) -> bool + 'a,
Success when predicate returns false on current input symbol.