pub trait CommandExt { // Required methods fn piped(&mut self) -> Result<ExitStatus>; fn output_ok(&mut self) -> Result<Output>; }