[][src]Trait nails::Nail

pub trait Nail: Clone + Send + Sync + 'static {
    pub fn spawn(&self, cmd: Command) -> Result<Child, Error>;
}

Required methods

pub fn spawn(&self, cmd: Command) -> Result<Child, Error>[src]

Spawns an instance of the nail and returns a server::Child.

Loading content...

Implementors

Loading content...