pub fn parse_char<In: Input, Reason>( input: In, ) -> ParsingResult<In, char, Reason>
Parses any 1 character from the input.
Returns a recoverable error if the input is empty.