pub type LocalTaskType = Box<dyn Future<Output = ()> + Unpin + 'static>;
struct LocalTaskType(/* private fields */);