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