Module futures_core::future
source · Expand description
Futures.
Re-exports§
pub use core::future::Future;
Traits§
- A future which tracks whether or not the underlying future should no longer be polled.
- A convenience for futures that return
Result
values that includes a variety of adapters tailored to such futures.