Macro bitcoin_internals::debug_from_display

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

Implements Debug by calling through to Display.