Expand description
Helper traits and types to make std::process::Command
more ergonomic
Structs§
- Command
Error - An error type describing the kinds of failure a child process may have
Enums§
- Command
Error Kind - Describes the particular kinds of errors that may occur while running a command
Traits§
- Command
Ext - Adds useful extension methods to the
Command
type
Type Aliases§
- Command
Result Ok(Output)
when a child process successfully runs and returns exit code0
.