Skip to main content

application_exit

Function application_exit 

Source
pub fn application_exit(status: i32) -> !
Expand description

Exits/aborts the entire application process immediately.

This function does not return and is typically only used in non-production scenarios like unit testing.