Function ustr_indexmap_to_str

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

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