pub type AllServiceHealth = HashMap<String, Arc<[HealthServiceNode]>>;Expand description
Map containing all services and their associated nodes, with health checks,
returned by watch_all_service_health
Aliased Typeยง
pub struct AllServiceHealth { /* private fields */ }