Structsยง
- Collect
Handler - A handler that collects all rows into a Vec
- Drop
Handler - A handler that ignores all result set data but captures affected_rows and last_insert_id
- First
Handler - A handler that stores only the first row.
- ForEach
Handler - A handler that calls a closure for each row.