Type Definition wasmtime_runtime::SignalHandler

source ·
pub type SignalHandler<'a> = dyn Fn(Void) -> bool + Send + Sync + 'a;
Expand description

For now this is basically unused, we don’t expose this any more for Wasmtime on macOS.