pub trait I2CMasterSlave<'a>: I2CMaster<'a> + I2CSlave<'a> { }
Convenience type for capsules that need hardware that supports both Master and Slave modes.