Skip to main content

SleepFuture

Type Alias SleepFuture 

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

Aliased Typeยง

#[repr(transparent)]
pub struct SleepFuture { /* private fields */ }