pub trait TaskId: Sync + Send + Display { // Required methods fn task(&self) -> &str; fn exec_id(&self) -> &str; }