macro_rules! impl_format {
    ($($fmt_trait:ident)*) => { ... };
}