Function termusiclib::utils::spawn_process
source · pub fn spawn_process<A: IntoIterator<Item = S> + Clone, S: AsRef<OsStr>>(
prog: &Path,
superuser: bool,
shout_output: bool,
args: A
) -> Result<Child>pub fn spawn_process<A: IntoIterator<Item = S> + Clone, S: AsRef<OsStr>>(
prog: &Path,
superuser: bool,
shout_output: bool,
args: A
) -> Result<Child>