pub fn extend<K, V, I>(entries: I)where K: Into<String>, V: Into<String>, I: IntoIterator<Item = (K, V)>,
Extends the MDC with new entries.