pub trait OrdHashKey: Ord + Eq + Hash { }
Expand description

Trait to implement on your Enum Keys Required to be a key of a Map

Implementors§