Function get_extension_values

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

Get a reference to all values for the extensions with the specified key.