pub type LightGetCurrentSimpleValueResult = Result<bool, LightError>;

Aliased Type§

enum LightGetCurrentSimpleValueResult {
    Ok(bool),
    Err(LightError),
}

Variants§

§1.0.0

Ok(bool)

Contains the success value

§1.0.0

Err(LightError)

Contains the error value