[][src]Trait remote_shell::host::cmd_process::CmdProcess

pub trait CmdProcess {
    pub fn cmd_empty(&self) -> Result<()>;
pub fn cmd_use(&self) -> Result<()>;
pub fn cmd_other(&self) -> Result<()>;
pub fn cmd_send(&self) -> Result<()>;
pub fn cmd_where(&self) -> Result<()>; }

Required methods

pub fn cmd_empty(&self) -> Result<()>[src]

pub fn cmd_use(&self) -> Result<()>[src]

pub fn cmd_other(&self) -> Result<()>[src]

pub fn cmd_send(&self) -> Result<()>[src]

pub fn cmd_where(&self) -> Result<()>[src]

Loading content...

Implementors

impl CmdProcess for ShellProcess[src]

Loading content...