pub trait KeyValueArgOrCollection<K, V>: IntoArgswhere
    K: Into<BulkString>,
    V: Into<BulkString>,
{ }
Expand description

Marker for key/value collections of Args

Implementations on Foreign Types

Implementors