pub trait ArgsOrCollection<T>: IntoArgswhere T: IntoArgs,{ }
Generic Marker for Collections of IntoArgs
IntoArgs