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 */ }