Macro fallback_to_option

Source
macro_rules! fallback_to_option {
    { $fallback:ident . $field:ident } => { ... };
}