Function runner::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.