pub type BoxedDelay = Pin<Box<dyn Future<Output = ()> + Send>>;
Boxed future returned by Clock::delay.
Clock::delay
pub struct BoxedDelay { /* private fields */ }