Expand description
The executable_command
module creates
Executable
s from arbitrary Command
s.
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.