Trait rustis::resp::MultipleArgsCollection
source · pub trait MultipleArgsCollection<T>: ToArgswhere
T: ToArgs,{ }Expand description
Generic Marker for Collections of ToArgs
Each element of the collection can produce multiple args.