Trait axon::CommandExt[][src]

pub trait CommandExt {
    fn spawn_with_axon(&mut self) -> Result<(Child, Io)>;
}

Required Methods

Implementations on Foreign Types

impl CommandExt for Command
[src]

Implementors