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

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

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