pub trait Sleep: Send + Sync + Future<Output = ()> { }
A future returned by a Timer.
Timer
Check whether the type is the same as T.
T
Downcast a pinned &mut Sleep object to its original type.
&mut Sleep