pub trait ApproxBrightness {
// Required method
fn approx_brightness(&self) -> Result<Brightness, BrightnessError>;
}pub trait ApproxBrightness {
// Required method
fn approx_brightness(&self) -> Result<Brightness, BrightnessError>;
}