Macro impl_fmt

Source
macro_rules! impl_fmt {
    ($($trait:ident),* $(,)?) => { ... };
}