pub type LightGetCurrentBrightnessValueResult = Result<f64, LightError>;

Aliased Type§

enum LightGetCurrentBrightnessValueResult {
    Ok(f64),
    Err(LightError),
}

Variants§

§1.0.0

Ok(f64)

Contains the success value

§1.0.0

Err(LightError)

Contains the error value