Skip to main content

CheckFuture

Type Alias CheckFuture 

Source
pub type CheckFuture<'a> = Pin<Box<dyn Future<Output = HealthStatus> + Send + 'a>>;

Aliased Typeยง

#[repr(transparent)]
pub struct CheckFuture<'a> { /* private fields */ }