convert_kv

Function convert_kv 

Source
fn convert_kv<M: IntoIterator<Item = (String, Value)>>(
    map: M,
) -> Map<String, Value>