pub type ManagerActivateResult = Result<(), ActivateSensorError>;

Aliased Type§

enum ManagerActivateResult {
    Ok(()),
    Err(ActivateSensorError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(ActivateSensorError)

Contains the error value