pub type LightGetInfoResult = Result<Info, LightError>;

Aliased Type§

enum LightGetInfoResult {
    Ok(Info),
    Err(LightError),
}

Variants§

§1.0.0

Ok(Info)

Contains the success value

§1.0.0

Err(LightError)

Contains the error value