Type Definition stream_deck_rs::StreamDeckResult

source ·
pub type StreamDeckResult<T> = Result<T, StreamDeckError>;