Structs§
- Child
- Representation of a running or exited child process.
- Child
Stderr - Child
Stdin - Child
Stdout - Command
- A process builder, providing fine-grained control over how a new process should be spawned.
- Error
- The error type for I/O operations of the
Read
,Write
,Seek
, and associated traits. - Exit
Status - Output
- Stdio
- Describes what to do with a standard I/O stream for a child process when
passed to the
stdin
,stdout
, andstderr
methods of [Command
].
Enums§
- Error
Kind - A list specifying general categories of I/O error.