Skip to main content

run_process

Function run_process 

Source
pub fn run_process<I, T>(args: I) -> i32
where I: IntoIterator<Item = T>, T: Into<OsString> + Clone,
Expand description

Runs the default application instance and returns a process exit code.