Expand description
Extension traits for the standard Stream
and Future
traits.
Structs§
- Timeout
- Future returned by the
FutureExt::timeout
method. - Timeout
Stream - Stream returned by the
StreamExt::timeout
method.
Traits§
- TryFuture
Ext - An extension trait for futures which provides convenient accessors for timing out execution and such.
- TryStream
Ext - An extension trait for streams which provides convenient accessors for timing out execution and such.