Trait mio_child_process::CommandAsync[][src]

pub trait CommandAsync {
    fn spawn_async(&mut self) -> Result<Process>;
}

Extension trait to implement an async spawner on the Command struct

Required Methods

Spawn an async child process

Implementations on Foreign Types

impl CommandAsync for Command
[src]

Implementors