pub(crate) fn matches<'a, O>( input: &'a str, parser: impl Parser<&'a str, O, ContextError>, ) -> bool
Check if a parser matches the start of input without consuming it.
input