std::process
pub struct ExitStatus { status: usize, }
status
impl ExitStatus
fn success(&self) -> bool
fn code(&self) -> Option<i32>