macro_rules! implement_display {
($($t:ty)*) => { ... };
}Expand description
This is a special macro that creates the code to implement
std::fmt::Display.
macro_rules! implement_display {
($($t:ty)*) => { ... };
}This is a special macro that creates the code to implement
std::fmt::Display.