maybe_missing

Macro maybe_missing 

Source
macro_rules! maybe_missing {
    ($object:ident.$field:ident) => { ... };
}