Skip to main content

DynSleepFuture

Type Alias DynSleepFuture 

Source
type DynSleepFuture = Pin<Box<dyn Future<Output = ()> + Send + 'static>>;
Expand description

Convenience alias for a boxed sleep future

Aliased Typeยง

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