fn consume_any_value<'i, 't>(
    input: &mut Parser<'i, 't>
) -> Result<(), ParseError<'i>>
Expand description