impl_display

Macro impl_display 

Source
macro_rules! impl_display {
    {
    $ttype:ident $( [ $($tgen:tt)* ] )?,
    $fname:tt
} => { ... };
}