Module birdcage::process

source ·

Structs§

  • Representation of a running or exited child process.
  • A handle to a child process’s standard input (stdin).
  • A handle to a child process’s standard output (stdout).
  • A process builder, providing fine-grained control over how a new process should be spawned.
  • Describes the result of a process after it has terminated.
  • The output of a finished process.
  • 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.

Type Aliases§