Type Alias SharedStats

Source
pub type SharedStats = Arc<RwLock<ConnectionStats>>;
Expand description

Thread-safe statistics container

Aliased Typeยง

pub struct SharedStats { /* private fields */ }