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