type SharedConnectionCounter = Arc<Mutex<ConnectionCounter>>;
Aliased Typeยง
struct SharedConnectionCounter { /* private fields */ }
type SharedConnectionCounter = Arc<Mutex<ConnectionCounter>>;
struct SharedConnectionCounter { /* private fields */ }