Macro impl_params_noinput

Source
macro_rules! impl_params_noinput {
    ($({$name:tt, $string:tt}),*) => { ... };
}