pub fn parse<In: Input>(pat: impl Pattern) -> impl Parser<In, In>
Parses 1 instance of pattern pat.
pat
The returned parser returns a recoverable error if the pattern didn’t match at the beginning of the input.