pub trait HasTaskId { // Required method fn task_id(&self) -> TaskId; }
Represents an object that has a task id
Gets the task id