(rewrites: &'static [(u32, u32)])
| 17 | |
| 18 | impl RewriteLayer { |
| 19 | pub fn new(rewrites: &'static [(u32, u32)]) -> RewriteLayer { |
| 20 | RewriteLayer { rewrites } |
| 21 | } |
| 22 | } |
| 23 | |
| 24 | impl<T: USBKeyOut> ProcessKeys<T> for RewriteLayer { |
nothing calls this directly
no outgoing calls
no test coverage detected