Macro gedcom::fmt_optional_value[][src]

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

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