pub type Healthcheck = BoxFuture<'static, Result<()>>;
pub struct Healthcheck { /* private fields */ }