get_string

Function get_string 

Source
pub fn get_string<'a>(dict: &'a Dictionary, key: &str) -> Option<&'a str>
Expand description

Retrieve value of type string, or None if not present.