pub trait KeyValueArgOrCollection<K, V>: IntoArgswhere K: Into<CommandArg>, V: Into<CommandArg>,{ }
Marker for key/value collections of Args