Type Alias wasmer_vm::TrapHandlerFn

source ·
pub type TrapHandlerFn<'a> = dyn Fn(c_int, *const siginfo_t, *const c_void) -> bool + Send + Sync + 'a;
Expand description

Function which may handle custom signals while processing traps.