Expand description
Handlers define what to do with received column definition and row packets.
Structs§
- Collect
Handler - Handler that collects typed rows.
- Drop
Handler - A handler that discards all results.
- First
RowHandler - Handler that collects only the first row.
- ForEach
Handler - Handler that calls a closure for each row.
Traits§
- Async
Message Handler - Handler for asynchronous messages from the server.
- Extended
Handler - Handler for extended query protocol.
- Simple
Handler - Handler for simple query protocol.