Function str_indexmap_to_ustr

Source
pub fn str_indexmap_to_ustr(h: IndexMap<String, String>) -> IndexMap<Ustr, Ustr>
Expand description

Converts an IndexMap with String keys and values to Ustr keys and values.