Skip to main content

SleepFuture

Type Alias SleepFuture 

Source
pub type SleepFuture<'a> = Pin<Box<dyn Future<Output = Result<()>> + Send + 'a>>;

Aliased Typeยง

pub struct SleepFuture<'a> { /* private fields */ }