Macro object_by_fields

Source
macro_rules! object_by_fields {
    ($($token: tt)*) => { ... };
}