Home
last modified time | relevance | path

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

/DragonOS/tools/debugging/logmonitor/src/backend/monitor/
H A Dlogset.rs14 pub struct LogSet<K, V> { struct
16 backend: Box<dyn LogSetBackend<K, V>>, argument
23 impl<K: Ord, V: Clone + PartialEq + Debug> LogSet<K, V> { argument