Trait ExitStatusExt

Source
pub trait ExitStatusExt {
    // Required method
    fn status_and_outputs(&self) -> (ExitStatus, String);
}

Required Methods§

Implementations on Foreign Types§

Source§

impl ExitStatusExt for Output

Implementors§