pub trait TaskStatusEvent: Send + Sync + Any + Display { // Required method fn as_any(&self) -> &dyn Any; }