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