Macro exclude_field

Source
macro_rules! exclude_field {
    ($remapping_vals:expr, $var_name:expr, $($field_to_exclude:expr),* $(,)?) => { ... };
}