[][src]Type Definition wasmer_runtime_core::codegen::BreakpointHandler

type BreakpointHandler = Box<dyn Fn(BreakpointInfo) -> Result<(), Box<dyn Any>> + Send + Sync + 'static>;

A type that defines a function pointer, which is called when breakpoints occur.