[][src]Function pear::parsers::eat_if

pub fn eat_if<I: Input, F>(input: &mut I, cond: F) -> ParseResult<I, I::Token> where
    F: Fn(I::Token) -> bool