ControllerDriverErrorDef

Trait ControllerDriverErrorDef 

Source
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§

Source

type DriverError

The driver specific error.

Implementors§