macro_rules! impl_display { ($enum:ident, {$($variant:pat => $fmt_string:expr),+$(,)* }) => { ... }; }