MCPcopy Create free account
hub / github.com/TyberiusPrime/KeyToKey / new

Method new

src/premade.rs:93–95  ·  view source on GitHub ↗
(id: HandlerID)

Source from the content-addressed store, hash-verified

91}
92impl ActionHandler {
93 pub fn new(id: HandlerID) -> ActionHandler {
94 ActionHandler{id}
95 }
96}
97impl OnOff for ActionHandler {
98 fn on_activate(&mut self, output: &mut dyn USBKeyOut) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected