next_char

Function next_char 

Source
pub fn next_char<'a>(input: &'a str) -> ParseResult<'a, char>
Expand description

Gets the next character.