Skip to main content

exit

Function exit 

Source
pub fn exit(code: usize) -> !
Expand description

Terminate the current process with the given exit code.

This function never returns.