pub fn str_indexmap_to_ustr(h: IndexMap<String, String>) -> IndexMap<Ustr, Ustr>
Converts an IndexMap with String keys and values to Ustr keys and values.
String
Ustr