pub type CalibratorCalibrateResult = Result<Rgbc, Error>;

Aliased Type§

enum CalibratorCalibrateResult {
    Ok(Rgbc),
    Err(Error),
}

Variants§

§1.0.0

Ok(Rgbc)

Contains the success value

§1.0.0

Err(Error)

Contains the error value