pub fn get_value<'a>(
dict: &'a Dictionary,
key: &str,
) -> Option<&'a DictionaryValue>
Expand description
Returns a reference to the value corresponding to the key.
pub fn get_value<'a>(
dict: &'a Dictionary,
key: &str,
) -> Option<&'a DictionaryValue>
Returns a reference to the value corresponding to the key.