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