pub type SpiSingleDeviceDriver<'d> = SpiDeviceDriver<'d, SpiDriver<'d>>;

Aliased Type§

struct SpiSingleDeviceDriver<'d> { /* private fields */ }