Function abort_unwind

Source
pub fn abort_unwind<F, R>(f: F) -> R
where F: FnOnce() -> R,
Expand description

Like std::panic::abort_unwind.