pub type DMXConfigForClientState = Vec<Vec<DMXConfigurationForClient>>;Expand description
Represents the full DMX patch configuration mapped out for the client, structured as a 2D array (universes containing individual channels).
Aliased Typeยง
pub struct DMXConfigForClientState { /* private fields */ }