Function fatal

Source
pub fn fatal(message: &str) -> !
Expand description

Print a fatal error message and panic.

Fatal errors are errors which can not be recovered from, such as failing to receive user input.