(&mut self)
| 63 | fn do_send_later(&mut self) {} |
| 64 | |
| 65 | fn send_empty(&mut self) { |
| 66 | self.reports.push(Vec::new()); |
| 67 | } |
| 68 | } |
| 69 | #[cfg(test)] |
| 70 | pub fn check_output(keyboard: &Keyboard<KeyOutCatcher>, should: &[&[KeyCode]]) { |
no outgoing calls
no test coverage detected