pub type HealthCheckFn = Arc<dyn Fn() -> Pin<Box<dyn Future<Output = HealthStatus> + Send>> + Send + Sync>;
Type alias for async health check functions
pub struct HealthCheckFn { /* private fields */ }