macro_rules! entity_data_field_pun { { $field:ident : $value:expr } => { ... }; { $field:ident } => { ... }; }