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