Type Alias Healthcheck

Source
pub type Healthcheck = BoxFuture<'static, Result<()>>;

Aliased Typeยง

struct Healthcheck { /* private fields */ }