pub type LoopRunFuture = Pin<Box<dyn Future<Output = ()> + Send>>;
Owned Loop run future for TaskSupervisor registration.
#[repr(transparent)]pub struct LoopRunFuture { /* private fields */ }