Module mongo_driver::cursor [] [src]

Access to a MongoDB query cursor.

Structs

BatchCursor

BatchCursor let's you iterate though batches of results in a natural way without having to deal parsing each block of 100 results from mongo.

Cursor

Provides access to a MongoDB cursor for a normal operation.

TailingCursor

Cursor that will reconnect and resume tailing a collection at the right point if the connection fails.