Function shrimple_parser::parse_any_char
source · pub fn parse_any_char(input: &str) -> ParsingResult<'_, char>Expand description
Parses any 1 character from the input.
See also parse_char
§Errors
Returns a recoverable error if the input is empty.