Enum Error
stm32f042_hal::i2c
pub enum Error { OVERRUN, NACK, }
OVERRUN
NACK
impl Debug for Error
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Send for Error
impl Sync for Error