pub type TaskStream = Pin<Box<dyn Stream<Item = TaskEvent> + Send>>;
#[repr(transparent)]pub struct TaskStream { /* private fields */ }