(e: HidError)
| 594 | |
| 595 | impl From<HidError> for StreamDeckError { |
| 596 | fn from(e: HidError) -> Self { |
| 597 | Self::HidError(e) |
| 598 | } |
| 599 | } |
| 600 | |
| 601 | impl From<Utf8Error> for StreamDeckError { |
nothing calls this directly
no outgoing calls
no test coverage detected