Skip to main content

is_next

Function is_next 

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