pub type LauncherLaunchResult = Result<(), LaunchError>;

Aliased Type§

enum LauncherLaunchResult {
    Ok(()),
    Err(LaunchError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(LaunchError)

Contains the error value