run_from_iter

Function run_from_iter 

Source
pub(crate) async fn run_from_iter<I>(args: I) -> Result<()>
where I: IntoIterator, I::Item: Into<OsString> + Clone,