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