run_with_timeout

Function run_with_timeout 

Source
pub fn run_with_timeout(
    command: &mut Command,
    timeout: Duration,
) -> Result<ExitStatus, RunError>