macro_rules! debug_from_display {
($thing:ident) => { ... };
}Expand description
Implements Debug by calling through to Display.
macro_rules! debug_from_display {
($thing:ident) => { ... };
}Implements Debug by calling through to Display.