Home
last modified time | relevance | path

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

/third_party/rust/crates/tracing/tracing-appender/src/
Dnon_blocking.rs139 pub struct ErrorCounter(Arc<AtomicUsize>); struct
178 pub fn error_counter(&self) -> ErrorCounter { in error_counter()
293 impl ErrorCounter { implementation