pear::parsers

Function 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.