pub trait ArgsOrCollection<T>: IntoArgswhere
    T: IntoArgs,
{ }
Expand description

Generic Marker for Collections of IntoArgs

Implementations on Foreign Types

Implementors