pub trait Tag: Hash + Ord + Clone + 'static { }
Expand description

This trait just combines the traits that you definitely need for a tag

Implementors