MCPcopy Create free account
hub / github.com/OpenActionAPI/rust-elgato-streamdeck / fmt

Method fmt

src/lib.rs:588–590  ·  view source on GitHub ↗
(&self, f: &mut Formatter<'_>)

Source from the content-addressed store, hash-verified

586
587impl Display for StreamDeckError {
588 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
589 write!(f, "{:?}", self)
590 }
591}
592
593impl Error for StreamDeckError {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected