Enum i2cdev::linux::LinuxI2CError [] [src]

pub enum LinuxI2CError {
    Nix(Error),
    Io(Error),
}

Variants

Trait Implementations

impl Debug for LinuxI2CError
[src]

[src]

Formats the value using the given formatter.

impl From<Error> for LinuxI2CError
[src]

[src]

Performs the conversion.

impl From<Error> for LinuxI2CError
[src]

[src]

Performs the conversion.

impl Display for LinuxI2CError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for LinuxI2CError
[src]

[src]

A short description of the error. Read more

[src]

The lower-level cause of this error, if any. Read more