pub fn assert_identifier<'a>( s: Symbol, ) -> impl FnMut(I<'a>) -> IResult<I<'a>, ()>
Expect the next token to be an identifier with the value s
s