Trait i2c::Master
[−]
[src]
pub trait Master {
type Error;
}Indicates an ability to communicate with the I2C protocol.
Associated Types
type Error
The error type returned by I2C operations.
Implementors
impl<I: Master> Master for SmbusReadWrite<I> type Error = I::Error;