We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Hey @mpbb, thanks for opening this issue! I filed RUST-2113 to discuss this with the team; feel free to follow there for updates.
Sorry, something went wrong.
isabelatkinson
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: