pub trait SingleArgOrCollection<T>: IntoArgswhere
    T: Into<BulkString>,
{ }
Expand description

Marker for collections of single items (directly convertible to BulkStrings) of IntoArgs

Implementations on Foreign Types

Implementors