Module futures_timer::ext
[−]
[src]
Extension traits for the standard Stream
and Future
traits.
Structs
Timeout |
Future returned by the |
TimeoutStream |
Stream returned by the |
Traits
FutureExt |
An extension trait for futures which provides convenient accessors for timing out execution and such. |
StreamExt |
An extension trait for streams which provides convenient accessors for timing out execution and such. |