Type Definition wasmer_vm::TrapHandlerFn

source · []
pub type TrapHandlerFn = dyn Fn(c_int, *const siginfo_t, *const c_void) -> bool;
Expand description

Function which may handle custom signals while processing traps.