Function remove_extension_value

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

Remove and return the value for the first extension with the specified key.