pub unsafe trait SleepHandle where
    Self: Send + Future<Output = ()> + Unpin
{ }

Implementors