[][src]Trait flv_util::cmd::CommandExt

pub trait CommandExt {
    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; }

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

Loading content...

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

Loading content...

Implementors

Loading content...