on What are some mind blowing Rust tricks? · c/rust · 5 pts · 1yYou can manually implement PartialEq and Eq on an Enum that implements Hash to manually determine how the hashmap keys override/collide with one another.
? . Dont hate the player hate the game
You can manually implement PartialEq and Eq on an Enum that implements Hash to manually determine how the hashmap keys override/collide with one another.