Trait duct::unix::HandleExt[][src]

pub trait HandleExt {
    fn send_signal(&self, signal: c_int) -> Result<()>;
}

Required methods

Send a signal to all child processes running under this expression.

Implementors