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