Enum sht3x::Error [] [src]

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

Errors

Variants

Wrong CRC

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