Searched defs:KeyValues (Results 1 – 1 of 1) sorted by relevance
891 struct KeyValues<'a>(&'a dyn kv::Source); struct894 impl<'a> fmt::Debug for KeyValues<'a> { implementation