[−][src]Trait flv_util::cmd::CommandExt
Required methods
fn inherit(&mut self)
fn wait_and_check(&mut self)
fn wait(&mut self)
fn print(&mut self) -> &mut Self
fn rust_log(&mut self, log_option: Option<&str>) -> &mut Self
Implementations on Foreign Types
impl CommandExt for Command[src]
fn inherit(&mut self)[src]
execute and ensure command has been executed ok
fn wait_and_check(&mut self)[src]
execute and ensure command has been executed ok
fn wait(&mut self)[src]
execute and wait, ignore error