pub trait FromKeyValueArray<K, V>: FromValuewhere
    K: FromSingleValue,
    V: FromValue,
{ }
Expand description

Marker for key/value collections

Implementations on Foreign Types§

Implementors§