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