pub trait HashKey: Eq + Hash { }
Expand description

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

Implementors§