(&self, _zoom: u32)
| 102 | |
| 103 | impl LensControl for DummyControl { |
| 104 | fn set_zoom(&self, _zoom: u32) -> Result<(), CameraError> { |
| 105 | Ok(()) |
| 106 | } |
| 107 | fn set_focus(&self, _focus: u32) -> Result<(), CameraError> { |
| 108 | Ok(()) |
| 109 | } |
nothing calls this directly
no outgoing calls
no test coverage detected