(&self, other: &Self)
| 607 | } |
| 608 | impl PartialOrd for CompareByRangeSize { |
| 609 | fn partial_cmp(&self, other: &Self) -> Option<Ordering> { |
| 610 | Some(self.cmp(other)) |
| 611 | } |
| 612 | } |
| 613 | impl PartialEq for CompareByRangeSize { |
| 614 | fn eq(&self, other: &Self) -> bool { |