pub trait I2sRxSupported { }Expand description
Marker trait indicating that a driver supports receiving data via the I2sRx trait.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".