Function rushell_deps_pom::parser::is_a[][src]

pub fn is_a<'a, I, F: 'a>(predicate: F) -> Parser<'a, I, I> where
    I: Clone + PartialEq + Display + Debug + Send,
    F: Fn(I) -> bool + Sync + Send

Success when predicate returns true on current input symbol.