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

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