Skip to main content

HealthCheckFn

Type Alias HealthCheckFn 

Source
pub type HealthCheckFn = Arc<dyn Fn() -> BoxFuture<'static, HealthStatus> + Send + Sync>;
Expand description

Async health check function.

Aliased Typeยง

pub struct HealthCheckFn { /* private fields */ }