Function shrimple_parser::parse_any_char
source ยท pub fn parse_any_char(input: &str) -> ParsingResult<'_, char>Expand description
Strips any 1 character from the input.
Returns the parsed character or a recoverable error.
See also parse_char