pub type MockRebootControllerCrashRebootChannelResult = Result<(), RebootError>;
Aliased Type§
enum MockRebootControllerCrashRebootChannelResult {
Ok(()),
Err(RebootError),
}
pub type MockRebootControllerCrashRebootChannelResult = Result<(), RebootError>;
enum MockRebootControllerCrashRebootChannelResult {
Ok(()),
Err(RebootError),
}