pub trait WriteStat:
Send
+ Sync
+ Debug {
// Provided methods
fn add_count(&self, _event: MetricEvent, _count: u64) { ... }
fn update_concurrency(&self, _concurrency: u32) { ... }
}
pub trait WriteStat:
Send
+ Sync
+ Debug {
// Provided methods
fn add_count(&self, _event: MetricEvent, _count: u64) { ... }
fn update_concurrency(&self, _concurrency: u32) { ... }
}