macro_rules! impl_arg_into_ref { ($($t:ty),*) => { ... }; }
Macro to implement ArgIntoRef for a list of types