[][src]Module sqlx::cursor

Contains the Cursor trait.

Traits

Cursor

Represents a result set, which is generated by executing a query against the database.

HasCursor

Associate Database with a Cursor of a generic lifetime.