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.
macro_rules! fmt_optional_value {
($debug_struct: ident, $prop: literal, $val: expr) => { ... };
}Macro for displaying Options in debug mode without the text wrapping.