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.