Function pom::parser::not_a

source ·
pub fn not_a<'a, I, F>(predicate: F) -> Parser<'a, I, I>
where I: Clone + PartialEq + Display + Debug, F: Fn(I) -> bool + 'a,
Expand description

Success when predicate returns false on current input symbol.