Home
last modified time | relevance | path

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

/third_party/rust/crates/log/src/
Dlib.rs891 struct KeyValues<'a>(&'a dyn kv::Source); struct
894 impl<'a> fmt::Debug for KeyValues<'a> { implementation