Trait error_chain::ExitCode
source · pub trait ExitCode {
// Required method
fn code(self) -> i32;
}
Expand description
Represents a value that can be used as the exit status of the process.
See quick_main!
.
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!
.