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