pub trait I2CMasterSlave<'a>: I2CMaster<'a> + I2CSlave<'a> { }Expand description
Convenience type for capsules that need hardware that supports both Master and Slave modes.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".