Module wasm_timer::ext
source · Expand description
Extension traits for the standard Stream and Future traits.
Structs
- Future returned by the
FutureExt::timeoutmethod. - Stream returned by the
StreamExt::timeoutmethod.
Traits
- An extension trait for futures which provides convenient accessors for timing out execution and such.
- An extension trait for streams which provides convenient accessors for timing out execution and such.