Enum i2cdev::core::I2CError [] [src]

pub enum I2CError {
    NotSupported,
    Other(&'static str),
}

Error that occured while performing and I2C Operation

Variants

NotSupported
Other

Trait Implementations

impl From<Error> for I2CError

fn from(e: Error) -> I2CError

impl From<Error> for I2CError

fn from(e: Error) -> I2CError

Derived Implementations

impl Debug for I2CError

fn fmt(&self, __arg_0: &mut Formatter) -> Result