pub trait ControllerDriverErrorDef {
type DriverError;
}
Expand description
Trait that ensures that the same Error is used in the DmxControllerDriver as well as the RdmControllerDriver.
Required Associated Types§
Sourcetype DriverError
type DriverError
The driver specific error.