Trait embedded_hal_async::i2c::ErrorType
source · pub trait ErrorType {
type Error: Error;
}
Expand description
I2C error type trait.
This just defines the error type, to be used by the other traits.
pub trait ErrorType {
type Error: Error;
}
I2C error type trait.
This just defines the error type, to be used by the other traits.