Macro impl_validate_all_params

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