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