wasmer_vm

Type Alias TrapHandlerFn

source
pub type TrapHandlerFn<'a> = dyn Fn(*mut EXCEPTION_POINTERS) -> bool + Send + Sync + 'a;
Expand description

Function which may handle custom signals while processing traps.