acter::api::api

Function panic_abort

Source
pub fn panic_abort<R>(func: impl FnOnce() -> R + UnwindSafe) -> R
Expand description

Try to execute some function, catching any panics and aborting to make sure Rust doesn’t unwind across the FFI boundary.