[−][src]Module futures_core::future
Futures.
Traits
FusedFuture | A future which tracks whether or not the underlying future should no longer be polled. |
Future | A future represents an asynchronous computation. |
TryFuture | A convenience for futures that return |