macro_rules! impl_display {
($x:ident) => { ... };
}Expand description
Implement std::display::Display with a pretty-print format Parameters:
struct_name: The struct to extend.
macro_rules! impl_display {
($x:ident) => { ... };
}Implement std::display::Display with a pretty-print format Parameters:
struct_name: The struct to extend.