pub type MockRebootControllerTriggerRebootResult = Result<(), RebootError>;

Aliased Type§

enum MockRebootControllerTriggerRebootResult {
    Ok(()),
    Err(RebootError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(RebootError)

Contains the error value