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