Open
Description
I would like to use the cursor.hasNext() method documented here:
https://www.mongodb.com/docs/upcoming/reference/method/cursor.hasNext/
It seems like this is not a public method on Cursor objects. Can this be made pub?
mongo-rust-driver/src/cursor.rs
Line 152 in 0ac9fdf