pub trait SpiAnyPins: Spi { }
Expand description
A marker interface implemented by all SPI peripherals except SPI1 which should use a fixed set of pins
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.