Function pear::parsers::peek [] [src]

pub fn peek<I: Input>(
    input: &mut I,
    token: I::Token
) -> ParseResult<I, I::Token>