[][src]Function wasmer_runtime_core::fault::catch_unsafe_unwind

pub unsafe fn catch_unsafe_unwind<R, F: FnOnce() -> R>(
    f: F,
    breakpoints: Option<BreakpointMap>
) -> Result<R, Box<dyn Any + Send>>

Catches an unsafe unwind with the given functions and breakpoints.