Type Definition wasmer_vm::TrapHandlerFn
source · [−]pub type TrapHandlerFn = dyn Fn(PEXCEPTION_POINTERS) -> bool;
Expand description
Function which may handle custom signals while processing traps.
pub type TrapHandlerFn = dyn Fn(PEXCEPTION_POINTERS) -> bool;
Function which may handle custom signals while processing traps.