Expand description
Code to launch a command inside the guest.
Structsยง
- Child
- A spawned child process, similar to
std::process::Child
. - Command
- A builder for launching a command inside the guest.
- Exit
Status - The exit status of a process.
- Output
- The result of a process execution.
- Stdio
- Describes what to do with a standard I/O stream for a child process.