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

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

A future that can run on a futures 0.1 Executor.