Type Definition futures_util::compat::Executor01Future

source ·
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.