Structs§
- 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 - Describes the result of a process after it has terminated.
- Output
- The output of a finished process.
- Path
- A slice of a path (akin to
str
).
Enums§
- Error
Kind - A list specifying general categories of I/O error.
- Result
Result
is a type that represents either success (Ok
) or failure (Err
).