Skip to main content

HealthAware

Trait HealthAware 

Source
pub trait HealthAware {
    // Required method
    fn health_status(&self) -> HealthStatus;
}
Expand description

A node that exposes its health status for filtering.

Required Methods§

Source

fn health_status(&self) -> HealthStatus

Returns the node’s current HealthStatus.

Implementors§