Macro impl_derive_missing_fields

Source
macro_rules! impl_derive_missing_fields {
    ($({ $field:ident, $($rest:tt)* },)*) => { ... };
}