Macro fallback_to_trait

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