fidl_fuchsia_update

Type Alias ManagerCheckNowResult

Source
pub type ManagerCheckNowResult = Result<(), CheckNotStartedReason>;

Aliased Type§

enum ManagerCheckNowResult {
    Ok(()),
    Err(CheckNotStartedReason),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(CheckNotStartedReason)

Contains the error value