Struct postgres_cursor::Cursor
[−]
[src]
pub struct Cursor<'a> { /* fields omitted */ }Represents a PostgreSQL cursor.
The actual cursor in the database is only created and active while
Iter is in scope and calls to next() return Some.