break_hash_example/
lib.rs

1#[derive(Hash, Eq, PartialEq, Debug)]
2pub struct MyType(pub i32);