Enum eeprom24x::Error[][src]

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

All possible errors in this crate

Variants

I²C bus error

Too much data passed for a write

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