pub trait OrdHashKey: Ord + Eq + Hash { }
Trait to implement on your Enum Keys Required to be a key of a Map