fmt_optional_value

Macro fmt_optional_value 

Source
macro_rules! fmt_optional_value {
    ($debug_struct: ident, $prop: literal, $val: expr) => { ... };
}
Expand description

Macro for displaying Options in debug mode without the text wrapping.