pub type LocalTaskType = Box<dyn Future<Output = ()> + Unpin + 'static>;

Aliased Type§

struct LocalTaskType(/* private fields */);