pub type ClosureFuture = Box<dyn Fn() -> PollableFuture<'static> + Send + Sync + 'static>;

Aliased Type§

struct ClosureFuture(/* private fields */);