Struct postgres_cursor::Cursor [] [src]

pub struct Cursor<'conn> { /* 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.

Methods

impl<'conn> Cursor<'conn>
[src]

[src]

impl<'a> Cursor<'a>
[src]

[src]

Trait Implementations

impl<'a, 'conn> IntoIterator for &'a mut Cursor<'conn>
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more

impl<'a> Drop for Cursor<'a>
[src]

[src]

Executes the destructor for this type. Read more