Skip to main content

nested_get

Function nested_get 

Source
pub fn nested_get<'a, V>(
    map: &'a HashMap<String, HashMap<String, V>>,
    keys: &[String],
) -> Option<&'a V>
Expand description

Get a value from a nested dictionary-like structure