Function die_perror

Source
pub fn die_perror<E: Display>(msg: &str, err: E) -> !
👎Deprecated: This module is in maintenance mode; the anyhow library might be a better choice
Expand description

Display the specified message and append an appropriate description of the error, then exit without unwinding the stack.