Trait redis_driver::SingleArgOrCollection
source · [−]pub trait SingleArgOrCollection<T>: IntoArgswhere
T: Into<BulkString>,{ }
Expand description
Marker for collections of single items (directly convertible to BulkStrings) of IntoArgs