ps_hash/implementations/
eq.rs

1use crate::Hash;
2
3impl Eq for Hash {}