pub fn expect_exactly( input: &mut ParseInput<impl Iterator<Item = (Span, char)> + Clone>, string: &str, ) -> Result<Span>
Expects some literal text content to appear in the character stream.