[][src]Type Definition futures_util::compat::Executor01Future

type Executor01Future = Compat<UnitError<FutureObj<'static, ()>>, Box<Spawn03 + Send>>;

A future that can run on a futures 0.1 Executor.