pub fn end(code: i32)Expand description
Terminate the process with the given exit code.
Dispatches to end_success or end_error for known codes.
pub fn end(code: i32)Terminate the process with the given exit code.
Dispatches to end_success or end_error for known codes.