runner

Function get_value

Source
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.