子进程
process::Output
结构体表示已完成子进程的输出,而 process::Command
结构体是一个进程构建器。
(建议您尝试在上述示例中向 rustc
传递一个错误的标志)
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
process::Output
结构体表示已完成子进程的输出,而 process::Command
结构体是一个进程构建器。
(建议您尝试在上述示例中向 rustc
传递一个错误的标志)