[][src]Function pear::parsers::peek_if

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