Type Alias mz_environmentd::http::SharedConnectionCounter
source · type SharedConnectionCounter = Arc<Mutex<ConnectionCounter>>;
Aliased Type§
struct SharedConnectionCounter { /* private fields */ }
type SharedConnectionCounter = Arc<Mutex<ConnectionCounter>>;
struct SharedConnectionCounter { /* private fields */ }