pub type HealthCallback = Arc<dyn Fn(ContainerId, bool) + Send + Sync>;Expand description
Callback type for health state changes.
Called with (container_id, is_healthy) when health state transitions.
Aliased Typeยง
pub struct HealthCallback { /* private fields */ }