ExecuteCommand

Trait ExecuteCommand 

Source
pub trait ExecuteCommand {
    // Required method
    fn execute(&mut self, log: bool) -> Result<String>;
}

Required Methods§

Source

fn execute(&mut self, log: bool) -> Result<String>

Implementations on Foreign Types§

Source§

impl ExecuteCommand for Command

Source§

fn execute(&mut self, log: bool) -> Result<String>

Implementors§