Function remove_extension_values

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

Remove and return all values for the extensions with the specified key.