Skip to main content

expect_char

Function expect_char 

Source
pub fn expect_char(ch: char, text0: &str) -> ParseResult<'_, ()>
Expand description

Consume next character and require that it be ch.