pub fn set_key( map: &mut BTreeMap<String, String>, key: &str, value: impl Into<String>, )
Insert or replace key in map.
key
map