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
)
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
)