Macro impl_check_missing_fields

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