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