Module futures_core::future

source ·
Expand description

Futures.

Re-exports

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.

Type Aliases

  • An owned dynamically typed Future for use in cases where you can’t statically type your result or need to add some indirection.
  • BoxFuture, but without the Send requirement.