pub fn assert_token<'a>( k: TokenKind, ) -> impl Parser<I<'a>, (), ErrorTree<I<'a>>> + 'a
Expect the next token to have the token kind k.
k