pub trait I2s: Send + Sealed {
// Required method
fn port() -> u32;
}
Expand description
Trait implemented by I2S peripherals to obtain their port number.
Required Methods§
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.