Trait micro_kit::healthcheck::HealthCheck [] [src]

pub trait HealthCheck: Send {
    fn name(&self) -> String;
fn check_health(&mut self) -> HealthCheckStatus; }

Required Methods

Implementors