macro_rules! any_token {
    ($variant:ident($($arg:tt)*)) => { ... };
    ($variant:ident) => { ... };
}
Expand description