Enum ds1307::Error[][src]

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

All possible errors in this crate

Variants

I²C bus error

Invalid input data.

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