Trait redis_driver::resp::KeyValueArgOrCollection
source · pub trait KeyValueArgOrCollection<K, V>: IntoArgswhere
K: Into<BulkString>,
V: Into<BulkString>,{ }
Expand description
Marker for key/value collections of Args