pub fn create_driver(
driver_type: DriverType,
port_index: usize,
) -> Box<dyn Driver>Expand description
Construct an uninitialized driver for driver_type / port_index.
pub fn create_driver(
driver_type: DriverType,
port_index: usize,
) -> Box<dyn Driver>Construct an uninitialized driver for driver_type / port_index.