Module future

Module future 

Source
Expand description

Extension methods and types for the Future trait.

Structs§

TimeoutAt
Run a future until it resolves, or until a deadline is hit.

Traits§

FutureExt
Extend the Future trait with the until method.