pub struct ProcessCommandExecutor;Expand description
Executes commands by delegating to the system shell via std::process::Command.
Implementations§
Trait Implementations§
Source§impl CommandExecutor for ProcessCommandExecutor
Available on crate feature std-process only.
impl CommandExecutor for ProcessCommandExecutor
Available on crate feature
std-process only.