(&self, other: &Self)
| 43 | |
| 44 | impl PartialEq for Edge { |
| 45 | fn eq(&self, other: &Self) -> bool { |
| 46 | self.weight == other.weight |
| 47 | } |
| 48 | } |
| 49 | |
| 50 | // todo: eliminate, used by KruskalMST |
nothing calls this directly
no outgoing calls
no test coverage detected