macro_rules! impl_for_specific_lit { ([$($prefix:tt)*] => $ty:ty, $variant:ident, $kind:ident) => { ... }; }