(&self, f: &mut Formatter<'_>)
| 586 | |
| 587 | impl Display for StreamDeckError { |
| 588 | fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { |
| 589 | write!(f, "{:?}", self) |
| 590 | } |
| 591 | } |
| 592 | |
| 593 | impl Error for StreamDeckError {} |
nothing calls this directly
no outgoing calls
no test coverage detected