pub fn peek_next<'a, O, ParseNext>( parser: ParseNext, input: &mut &'a str, ) -> WResult<()>where ParseNext: Parser<&'a str, O, ContextError>,