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.

Required Associated Types

Error type

Implementations on Foreign Types

Implementors