[][src]Module pasts::prelude

Re-exported traits

Traits

DynBoxFut

alloc feature required. Trait for converting Pin<Box<dyn Future>>s into an abstraction of pinned trait objects.

DynFut

Trait for converting Futures into an abstraction of pinned trait objects.

Executor

An executor for Futures.

Join

Trait for joining a tuple of futures into a single future.

Select

A trait to select on a slice of Futures or Option<Future>s.