Type Alias wasmer::TrapHandlerFn

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

Function which may handle custom signals while processing traps.