(&mut self, _pin: Pin)
| 38 | } |
| 39 | |
| 40 | fn clear(&mut self, _pin: Pin) -> io::Result<()> { |
| 41 | Err(io::Error::other("GPIO backend not compiled in")) |
| 42 | } |
| 43 | |
| 44 | fn clear_all(&mut self) -> io::Result<()> { |
| 45 | Err(io::Error::other("GPIO backend not compiled in")) |
no test coverage detected