pub trait ExitCoder { // Required method fn exit_code(&self) -> i32; }
Error trait for values that carry a process exit code.
Returns the process-style exit code for the error.