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