pub type LightGetCurrentRgbValueResult = Result<Rgb, LightError>;Aliased Type§
pub enum LightGetCurrentRgbValueResult {
Ok(Rgb),
Err(LightError),
}pub type LightGetCurrentRgbValueResult = Result<Rgb, LightError>;pub enum LightGetCurrentRgbValueResult {
Ok(Rgb),
Err(LightError),
}