Enum lsm303agr::Error[][src]

pub enum Error<CommE, PinE> {
    Comm(CommE),
    Pin(PinE),
    InvalidInputData,
}
Expand description

All possible errors in this crate

Variants

Comm(CommE)

I²C / SPI communication error

Tuple Fields of Comm

0: CommE
Pin(PinE)

Chip-select pin error (SPI)

Tuple Fields of Pin

0: PinE
InvalidInputData

Invalid input data provided

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.