Home
last modified time | relevance | path

Searched refs:KeyValues (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/log/src/
Dlib.rs882 key_values: KeyValues<'a>,
891 struct KeyValues<'a>(&'a dyn kv::Source); struct
894 impl<'a> fmt::Debug for KeyValues<'a> { implementation
1063 key_values: KeyValues(&Option::None::<(kv::Key, kv::Value)>), in new()
1135 self.record.key_values = KeyValues(kvs); in key_values()
/third_party/rust/crates/log/rfcs/
D0296-structured-logging.md428 struct KeyValues {
433 The `Source` trait could be implemented for `KeyValues` like this:
438 impl Source for KeyValues {