Skip to main content

bind_context

Function bind_context 

Source
pub fn bind_context<I, K>(fields: I) -> ContextGuard
where I: IntoIterator<Item = (K, Value)>, K: Into<String>,