Enum cupi::Error [] [src]

pub enum Error {
    RootRequired,
    UnexpectedError,
    UnsupportedHardware,
    UnconnectedPin,
    Map(MapError),
    Io(IoError),
}

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<IoError> for Error
[src]

Performs the conversion.

impl From<MapError> for Error
[src]

Performs the conversion.

impl From<ParseIntError> for Error
[src]

Performs the conversion.

impl From<FromUtf8Error> for Error
[src]

Performs the conversion.