Module handler

Module handler 

Source

Structsยง

CollectHandler
A handler that collects all rows into a Vec
DropHandler
A handler that ignores all result set data but captures affected_rows and last_insert_id
FirstHandler
A handler that stores only the first row.
ForEachHandler
A handler that calls a closure for each row.