Enum ads111x::LinuxI2CError [] [src]

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

Variants

Trait Implementations

impl Error for LinuxI2CError
[src]

[src]

[src]

impl From<Error> for LinuxI2CError
[src]

impl From<Error> for LinuxI2CError
[src]

[src]

impl Debug for LinuxI2CError
[src]

[src]

Formats the value using the given formatter.

impl Display for LinuxI2CError
[src]

[src]