Macro abort_on_panic::abort_on_panic [] [src]

macro_rules! abort_on_panic {
    ($message:expr, $body:block) => { ... };
    ($body:block) => { ... };
}

Run a block of code, aborting the entire process if it tries to panic.