Skip to main content

impl_debug_as_display

Macro impl_debug_as_display 

Source
macro_rules! impl_debug_as_display {
    ($enum:ident < $lt:lifetime >) => { ... };
    ($enum:ident) => { ... };
}
Expand description

Implements Debug to use Display instead - assumes the that the type has implemented Display