[][src]Function rexpect::process::signal::kill

pub fn kill<T>(pid: Pid, signal: T) -> Result<(), Error> where
    T: Into<Option<Signal>>,