pub trait FromKeyValueValueArray<K, V>: FromValuewhere K: FromValue, V: FromValue,{ }
Marker for key/value array