Enum i2cdev::linux::LinuxI2CError
[−]
[src]
pub enum LinuxI2CError {
Nix(Error),
Io(Error),
}Variants
Nix(Error)Io(Error)
Trait Implementations
impl Debug for LinuxI2CError[src]
impl From<Error> for LinuxI2CError[src]
impl From<Error> for LinuxI2CError[src]
impl Display for LinuxI2CError[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more