pub trait Label: PartialEq + Eq + Hash + Clone + Ord + Debug + Default { }
Expand description

Discrete labels

Labels are countable, comparable and hashable. Currently null-type (no targets), boolean (binary task) and usize, strings (multi-label tasks) are supported.

Implementations on Foreign Types

Implementors