pub type LightGetGroupCurrentSimpleValueResult = Result<Option<Vec<bool>>, LightError>;

Aliased Type§

enum LightGetGroupCurrentSimpleValueResult {
    Ok(Option<Vec<bool>>),
    Err(LightError),
}

Variants§

§1.0.0

Ok(Option<Vec<bool>>)

Contains the success value

§1.0.0

Err(LightError)

Contains the error value