Struct cargo::ops::ProcessEngine
[−]
[src]
pub struct ProcessEngine;
Default implementation of ExecEngine
.
pub struct ProcessEngine;
Default implementation of ExecEngine
.
impl ExecEngine for ProcessEngine
fn exec(&self, command: CommandPrototype) -> Result<(), ProcessError>
fn exec_with_output(&self, command: CommandPrototype) -> Result<Output, ProcessError>
impl Copy for ProcessEngine
impl Clone for ProcessEngine
fn clone(&self) -> ProcessEngine
fn clone_from(&mut self, source: &Self)