Searched defs:ErrorCounter (Results 1 – 1 of 1) sorted by relevance
139 pub struct ErrorCounter(Arc<AtomicUsize>); struct178 pub fn error_counter(&self) -> ErrorCounter { in error_counter()293 impl ErrorCounter { implementation