Skip to main content

spawn

Function spawn 

Source
pub fn spawn(
    command: String,
    args: Vec<String>,
) -> Result<ProcessHandle, String>