macro_rules! tag_token { (Token::$variant:ident) => { ... }; }
Defines a macro that parses the given token from the given stream of tokens.