pub type LightGetGroupCurrentRgbValueResult = Result<Option<Vec<Rgb>>, LightError>;

Aliased Type§

enum LightGetGroupCurrentRgbValueResult {
    Ok(Option<Vec<Rgb>>),
    Err(LightError),
}

Variants§

§1.0.0

Ok(Option<Vec<Rgb>>)

Contains the success value

§1.0.0

Err(LightError)

Contains the error value