Function log_mdc::insert

source · []
pub fn insert<K, V>(key: K, value: V) -> Option<String> where
    K: Into<String>,
    V: Into<String>, 
Expand description

Inserts a new entry into the MDC, returning the old value.