Module executable_command

Source
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_command module.

Structs§

ExecutableCommand
Bridges Commands and Executables into one type, which implements both traits.