pub fn token<'a, S: Clone + 'a>( expected: &'a str, ) -> impl Parser<'_, Output = &'a str, State = S>
Parse a given token string.
⚠️ Newlines are not allowed in tokens.