(&self, f: &mut fmt::Formatter<'_>)
| 58 | }, |
| 59 | IxonUniv::Max(a, b) => { |
| 60 | hasher.update(&[2]); |
| 61 | hash_ixon_univ(a, hasher); |
| 62 | hash_ixon_univ(b, hasher); |
| 63 | }, |
| 64 | IxonUniv::IMax(a, b) => { |
| 65 | hasher.update(&[3]); |
nothing calls this directly
no test coverage detected