pub trait ExitCode {
    fn exit_code(&self) -> i32 { ... }
}

Provided Methods

Implementations on Foreign Types

Implementors