pub trait Data: Sized + Debug + Clone + PartialEq + Eq + Send { }
Metadata that can be attached to a task.