Trait i2c::Master [] [src]

pub trait Master {
    type Error;
}

Indicates an ability to communicate with the I2C protocol.

Associated Types

The error type returned by I2C operations.

Implementors