Trait commandspec::CommandSpecExt[][src]

pub trait CommandSpecExt {
    fn execute(&mut self) -> Result<(), CommandError>;
fn scoped_spawn(&mut self) -> Result<SpawnGuard, Error>; }

Required Methods

Implementations on Foreign Types

impl CommandSpecExt for Command
[src]

Implementors