Enum max44009::Error[][src]

pub enum Error<E> {
    I2C(E),
}

All possible errors in this crate

Variants

I²C bus error.

Trait Implementations

impl<E: Debug> Debug for Error<E>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<E> Send for Error<E> where
    E: Send

impl<E> Sync for Error<E> where
    E: Sync