macro_rules! impl_general_format {
    ($($t:ident)*) => { ... };
}