Skip to content

Instantly share code, notes, and snippets.

@danared
Created August 31, 2015 15:06
Show Gist options
  • Save danared/f933677102734d4d5074 to your computer and use it in GitHub Desktop.
Save danared/f933677102734d4d5074 to your computer and use it in GitHub Desktop.
// Gets a vector of all the documents returned from a query
let docs : Vec<_> = cursor.map(|doc| doc.unwrap()).collect();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment