Function lib::parsers::basic::satisfy[][src]

pub fn satisfy<E, A>(p: E, f: Box<Fn(&A) -> bool>) -> Satisfy<E, A> where
    E: Parser<A>,