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

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

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