pub type SuspenderGetSuspendStatesResult = Result<SuspenderGetSuspendStatesResponse, i32>;Aliased Type§
pub enum SuspenderGetSuspendStatesResult {
Ok(SuspenderGetSuspendStatesResponse),
Err(i32),
}Variants§
Ok(SuspenderGetSuspendStatesResponse)
Contains the success value
Err(i32)
Contains the error value