Module executable_command

Source
Expand description

The executable_command module creates Executables from arbitrary Commands. 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.