macro_rules! debug_from_display {
    ($thing:ident) => { ... };
}
Expand description

Implements Debug by calling through to Display.