Enum sensehat::SenseHatError [] [src]

pub enum SenseHatError {
    NotReady,
    GenericError,
    I2CError(LinuxI2CError),
}

Errors that this crate can return

Variants

Trait Implementations

impl Debug for SenseHatError
[src]

Formats the value using the given formatter.

impl From<LinuxI2CError> for SenseHatError
[src]

Performs the conversion.