externalize_attributes

Function externalize_attributes 

Source
pub fn externalize_attributes(
    attrs: &HashMap<&str, &str>,
) -> HashMap<String, String>
Expand description

Convert a borrowed key-value map of borrowed strings to an owned map of owned strings.