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