Type Definition wasmer_vm::TrapHandlerFn
source · pub type TrapHandlerFn<'a> = dyn Fn(PEXCEPTION_POINTERS) -> bool + Send + Sync + 'a;
Expand description
Function which may handle custom signals while processing traps.
pub type TrapHandlerFn<'a> = dyn Fn(PEXCEPTION_POINTERS) -> bool + Send + Sync + 'a;
Function which may handle custom signals while processing traps.