pub trait Start { type Fut; // Required method fn make(&mut self) -> Self::Fut; }
Start a timer Future. Used with TimeoutUnused.
Future
TimeoutUnused
Future created by this factory.
Create the future (start a timer).
Implemented only for Sized because stored.
Sized