impl_Display

Macro impl_Display 

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