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