| 30 | } |
| 31 | #[derive(PartialEq, Debug, Clone, Copy)] |
| 32 | pub enum EventStatus { |
| 33 | Unhandled, |
| 34 | Handled, |
| 35 | Ignored, |
| 36 | } |
| 37 | |
| 38 | pub fn iter_unhandled_mut( |
| 39 | events: &mut Vec<(Event, EventStatus)>, |
nothing calls this directly
no outgoing calls
no test coverage detected