Macro garden::impl_display[][src]

macro_rules! impl_display {
    ($x:ident) => { ... };
}
Expand description

Implement std::display::Display with a pretty-print format Parameters:

  • struct_name: The struct to extend.