Expand description
Doc images not enabled. Compile with feature doc-images
and Rust version >= 1.54 to enable.
The executable_command
module creates
Executable
s from arbitrary Command
s.
![executable command diagram][executable-command-diagram]
Modules§
- prelude
- Exposes the default public types for the
executable_command
module.
Structs§
- Executable
Command - Bridges
Command
s andExecutable
s into one type, which implements both traits.