[−][src]Type Definition futures_util::compat::Executor01Future
type Executor01Future = Compat<UnitError<FutureObj<'static, ()>>>;
A future that can run on a futures 0.1
Executor
.
type Executor01Future = Compat<UnitError<FutureObj<'static, ()>>>;
A future that can run on a futures 0.1
Executor
.