Skip to main content

ProcessLauncher

Trait ProcessLauncher 

Source
pub trait ProcessLauncher {
    // Required method
    fn spawn(
        &self,
        spec: ProcessSpec<'_>,
    ) -> Result<ProcessHandle, LaunchFailure>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§