Macro bitcoin_private::debug_from_display
source · 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
.