pub type SystemActivityControlStopApplicationActivityResult = Result<(), SystemActivityControlError>;

Aliased Type§

enum SystemActivityControlStopApplicationActivityResult {
    Ok(()),
    Err(SystemActivityControlError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(SystemActivityControlError)

Contains the error value