(&self, other: &Self)
| 31 | |
| 32 | impl PartialEq for TimerCondVar { |
| 33 | fn eq(&self, other: &Self) -> bool { |
| 34 | self.expire_ms == other.expire_ms |
| 35 | } |
| 36 | } |
| 37 | impl Eq for TimerCondVar {} |
| 38 | impl PartialOrd for TimerCondVar { |
nothing calls this directly
no outgoing calls
no test coverage detected