Enum mcp9808::Error [] [src]

pub enum Error<E> {
    I2c(E),
    RegisterSizeMismatch(u8),
}

All possible errors in this crate

Variants

I2C bus error

Trait Implementations

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

[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