pub trait HealthCheck {
    // Required method
    fn health_request(&self) -> HealthCheckResponse;
}

Required Methods§

Implementors§