Macro field

Source
macro_rules! field {
    ($obj:ident.$name:ident) => { ... };
}