pub fn run_with_timeout( cmd: Command, timeout: Duration, ) -> Result<TimeoutResult<Output>>
Spawn a command with piped stdout/stderr and run it to completion bounded by timeout.
timeout