Struct cargo::ops::ProcessEngine
[−]
[src]
pub struct ProcessEngine;
Default implementation of ExecEngine.
Trait Implementations
impl ExecEngine for ProcessEngine[src]
fn exec(&self, command: CommandPrototype) -> Result<(), ProcessError>
fn exec_with_output(&self, command: CommandPrototype) -> Result<Output, ProcessError>
Derived Implementations
impl Copy for ProcessEngine[src]
impl Clone for ProcessEngine[src]
fn clone(&self) -> ProcessEngine
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more