pear::parsers

Function skip_any

Source
pub fn skip_any<I: Input>(input: &mut Pear<I>) -> Result<(), I>
Expand description

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