Skip to main content

nested_set

Function nested_set 

Source
pub fn nested_set<V: Clone>(
    map: &mut HashMap<String, HashMap<String, V>>,
    keys: &[String],
    value: V,
)
Expand description

Set a value in a nested dictionary-like structure