pub type LightGetCurrentRgbValueResult = Result<Rgb, LightError>;

Aliased Type§

enum LightGetCurrentRgbValueResult {
    Ok(Rgb),
    Err(LightError),
}

Variants§

§1.0.0

Ok(Rgb)

Contains the success value

§1.0.0

Err(LightError)

Contains the error value