Struct Job
util::ext
pub struct Job { /* fields omitted */ }
impl Job
fn new(raw: (String, Child)) -> Job
fn command(&self) -> String
fn yield_self(&mut self) -> Result<(), YabsError>