SharedServices

Type Alias SharedServices 

Source
pub type SharedServices = Arc<Mutex<HashMap<String, ServiceEntry>>>;

Aliased Typeยง

pub struct SharedServices { /* private fields */ }