Function dpdk_unix::helpers::newSafeCommand [] [src]

pub fn newSafeCommand(
    command: &str,
    standardIn: Stdio,
    standardOut: Stdio,
    standardError: Stdio
) -> Command