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,