Skip to main content

BackgroundLauncher

Trait BackgroundLauncher 

Source
pub trait BackgroundLauncher: Send {
    // Required method
    fn launch(
        self: Box<Self>,
    ) -> Result<BackgroundSpawnResult, SandboxLaunchError>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§