Function get_extension_value

Source
pub fn get_extension_value<'a>(
    map: &'a HashMap<String, Vec<Extension>>,
    key: &str,
) -> Option<&'a str>
Expand description

Get a reference to the value for the first extension with the specified key.