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

Method kind

src/asynchronous.rs:64–66  ·  view source on GitHub ↗

Returns kind of the Stream Deck

(&self)

Source from the content-addressed store, hash-verified

62impl AsyncStreamDeck {
63 /// Returns kind of the Stream Deck
64 pub fn kind(&self) -> Kind {
65 self.kind
66 }
67
68 /// Returns manufacturer string of the device
69 pub async fn manufacturer(&self) -> Result<String, StreamDeckError> {

Callers 1

fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected