Child processes
The process::Output
struct represents the output of a finished child process,
and the process::Command
struct is a process builder.
(You are encouraged to try the previous example with an incorrect flag passed
to 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
The process::Output
struct represents the output of a finished child process,
and the process::Command
struct is a process builder.
(You are encouraged to try the previous example with an incorrect flag passed
to rustc
)