Module process

Module process 

Source

Structs§

Child
Representation of a running or exited child process.
ChildStderr
ChildStdin
ChildStdout
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.
ExitStatus
Output
Stdio
Describes what to do with a standard I/O stream for a child process when passed to the stdin, stdout, and stderr methods of [Command].

Enums§

ErrorKind
A list specifying general categories of I/O error.

Type Aliases§

Result
A specialized Result type for I/O operations.