Home
last modified time | relevance | path

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

/third_party/rust/crates/log/src/kv/
Dsource.rs701 struct OnePair { in count() struct
702 key: &'static str, in count()
703 value: i32, in count()
706 impl Source for OnePair { in count() implementation