pub trait Data: Sized + Debug + Clone + PartialEq + Eq + Send { }
Expand description

Metadata that can be attached to a task.

Implementors§