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

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