Module futures_core::future [−][src]
Futures.
Re-exports
pub use core::future::Future; |
Traits
| FusedFuture | A future which tracks whether or not the underlying future should no longer be polled. |
| TryFuture | A convenience for futures that return |
Type Definitions
| BoxFuture | An owned dynamically typed |
| LocalBoxFuture |
|