macro_rules! input_msg { ($lifetime:lifetime, $ty:ty) => { ... }; ($lifetime:lifetime, $($ty:ty),*) => { ... }; }