Expand description
Framework-agnostic handler for the Petri net debug protocol.
Manages debug subscriptions, event filtering, breakpoints, and replay
for connected clients. Decoupled from any specific WebSocket framework
via the ResponseSink trait.
Structs§
- Debug
Protocol Handler - Debug protocol handler managing client connections and command dispatch.
Traits§
- Response
Sink - Callback for sending responses to a connected client.