macro_rules! mongo_entity { ($name:ident, { $($field_name:ident : $field_type:ty),* $(,)? }) => { ... }; }