Function pear::parsers::eat_any

source ·
pub fn eat_any<I: Input>(input: &mut Pear<I>) -> Result<I::Token, I>
Expand description

Eats the current token unconditionally. Fails if there are no tokens.