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

Method from

src/lib.rs:596–598  ·  view source on GitHub ↗
(e: HidError)

Source from the content-addressed store, hash-verified

594
595impl From<HidError> for StreamDeckError {
596 fn from(e: HidError) -> Self {
597 Self::HidError(e)
598 }
599}
600
601impl From<Utf8Error> for StreamDeckError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected