Function log_mdc::extend

source · []
pub fn extend<K, V, I>(entries: I) where
    K: Into<String>,
    V: Into<String>,
    I: IntoIterator<Item = (K, V)>, 
Expand description

Extends the MDC with new entries.