pub fn insert_unsafe<T>(key: &'static str, value: T) -> Option<Any> where
    T: Serialize
Expand description

Inserts a new unsafe parameter into the MDC.

Panics

Panics if the value cannot be serialized into an Any.