1 2 3 4 5 6 7 8
#[derive(Debug)] pub enum Error { /// I2C bus error I2c, /// Invalid fan number InvalidFan, }