(&mut self)
| 42 | } |
| 43 | |
| 44 | fn clear_all(&mut self) -> io::Result<()> { |
| 45 | Err(io::Error::other("GPIO backend not compiled in")) |
| 46 | } |
| 47 | |
| 48 | fn read(&mut self, _pin: Pin) -> io::Result<bool> { |
| 49 | Err(io::Error::other("GPIO backend not compiled in")) |
no test coverage detected