macro_rules! either_token_ref {
($variant:ident($($arg:tt)*)) => { ... };
($variant:ident) => { ... };
}Expand description
The same as either_token! but as a reference.
macro_rules! either_token_ref {
($variant:ident($($arg:tt)*)) => { ... };
($variant:ident) => { ... };
}The same as either_token! but as a reference.