Skip to main content

BreakpointResponseHandler

Type Alias BreakpointResponseHandler 

Source
pub type BreakpointResponseHandler = Box<dyn Fn(Value, Value) -> Option<Value> + Send + Sync>;
Expand description

Handler for RESPONSE phase breakpoints. Receives the request and response JSON objects. Return a response Value, or None to auto-continue.

Aliased Typeยง

pub struct BreakpointResponseHandler(/* private fields */);