pub fn format_map<'a, K: Display + 'a, V: Display + 'a>( map: impl IntoIterator<Item = (&'a K, &'a V)>, ) -> String