Function assoc_map

Source
pub fn assoc_map<K: Into<Value>, V: Into<Value>>(
    items_map: Vec<(K, V)>,
) -> Value