Module ffi_helpers::panic [] [src]

Structs

Panic

A caught panic message.

Functions

catch_panic

Try to execute some function, catching any panics and translating them into errors to make sure Rust doesn't unwind across the FFI boundary.

recover_panic_message

Try to recover the error message from a panic.