referrerpolicy=no-referrer-when-downgrade

BoxedDelay

Type Alias BoxedDelay 

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

Boxed future returned by Clock::delay.

Aliased Type§

pub struct BoxedDelay { /* private fields */ }