Trait hyper::rt::Sleep

source ·
pub trait Sleep: Send + Sync + Future<Output = ()> { }
Expand description

A future returned by a Timer.

Implementors§