pub type Executor01Future = Compat<UnitError<FutureObj<'static, ()>>>;
Available on crate feature compat only.
Expand description

A future that can run on a futures 0.1 Executor.

Aliased Type§

struct Executor01Future { /* private fields */ }