pub trait ExitCode { // Required method fn code(self) -> i32; }
Represents a value that can be used as the exit status of the process. See quick_main!.
quick_main!
Returns the value to use as the exit status.