Function exec_target

Source
pub fn exec_target<I, S>(target_exe: &str, args: I) -> OutputString
where I: IntoIterator<Item = S>, S: AsRef<OsStr>,