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