Macro fallback_to_default

Source
macro_rules! fallback_to_default {
    { $default:ident . $field:ident } => { ... };
}