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.
ForEachHandler
Handler that calls a closure for each 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).