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