Function tokio_process_bits::execute [] [src]

pub fn execute<'a, I>(handle: &Handle, c: &str, args: I) -> Result<Hdl, Error> where
    I: IntoIterator<Item = &'a str>,