[][src]Macro fatal::unwrap_message

macro_rules! unwrap_message {
    ($result:expr, $msg:tt) => { ... };
    ($result:expr, $msg:tt, $($param:tt)*) => { ... };
}

Unwraps the result or reports the error with the error description and exits.

This is like unwrap_format! but always appends the error message at the end.