Type Definition wasmtime_runtime::SignalHandler

source ·
pub type SignalHandler<'a> = dyn Fn(c_int, *const siginfo_t, *const c_void) -> bool + Send + Sync + 'a;
Expand description

Function which may handle custom signals while processing traps.