Module handler

Module handler 

Source
Expand description

Typed result handlers.

Structs§

CollectHandler
Handler that collects typed rows.
DropHandler
A handler that discards all results.
FirstRowHandler
Handler that collects only the first row.

Traits§

AsyncMessageHandler
Handler for asynchronous messages from the server.
BinaryHandler
Handler for extended query results (binary format).
TextHandler
Handler for simple query results (text format).