Trait commandspec::CommandSpecExt [−][src]
pub trait CommandSpecExt {
fn execute(&mut self) -> Result<(), CommandError>;
fn scoped_spawn(&mut self) -> Result<SpawnGuard, Error>;
}Required Methods
fn execute(&mut self) -> Result<(), CommandError>
fn scoped_spawn(&mut self) -> Result<SpawnGuard, Error>
Implementations on Foreign Types
impl CommandSpecExt for Command[src]
impl CommandSpecExt for Commandfn execute(&mut self) -> Result<(), CommandError>[src]
fn execute(&mut self) -> Result<(), CommandError>fn scoped_spawn(&mut self) -> Result<SpawnGuard, Error>[src]
fn scoped_spawn(&mut self) -> Result<SpawnGuard, Error>