[][src]Trait flv_future_aio::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

Notable traits for &'_ mut F

impl<'_, F> Future for &'_ mut F where
    F: Unpin + Future + ?Sized
type Output = <F as Future>::Output;
;
fn rust_log(&mut self, log_option: Option<&str>) -> &mut Self

Notable traits for &'_ mut F

impl<'_, F> Future for &'_ mut F where
    F: Unpin + Future + ?Sized
type Output = <F as Future>::Output;
; }

Required methods

fn inherit(&mut self)

fn wait_and_check(&mut self)

fn wait(&mut self)

fn print(&mut self) -> &mut Self

Notable traits for &'_ mut F

impl<'_, F> Future for &'_ mut F where
    F: Unpin + Future + ?Sized
type Output = <F as Future>::Output;

fn rust_log(&mut self, log_option: Option<&str>) -> &mut Self

Notable traits for &'_ mut F

impl<'_, F> Future for &'_ mut F where
    F: Unpin + Future + ?Sized
type Output = <F as Future>::Output;

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...