macro_rules! impl_Display { ($($Signed:ident, $Unsigned:ident),* ; as $T:ident into $fmt_fn:ident) => { ... }; }