(id: HandlerID)
| 91 | } |
| 92 | impl ActionHandler { |
| 93 | pub fn new(id: HandlerID) -> ActionHandler { |
| 94 | ActionHandler{id} |
| 95 | } |
| 96 | } |
| 97 | impl OnOff for ActionHandler { |
| 98 | fn on_activate(&mut self, output: &mut dyn USBKeyOut) { |
nothing calls this directly
no outgoing calls
no test coverage detected