[][src]Function gf::support::ffi::catch_unwind

pub fn catch_unwind<F, T>(f: F) -> T where
    F: FnOnce() -> T + UnwindSafe

Helper function for catching panics from Rust and converting them to aborts.