pub type LocalTask = Pin<Box<dyn Future<Output = ()> + 'static>>;
A task owned by a Runtime Driver’s single-threaded local lane.
#[repr(transparent)]pub struct LocalTask { /* private fields */ }