Skip to content

Instantly share code, notes, and snippets.

@gdhuper
Created April 22, 2020 22:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gdhuper/347dcd3589bd78ed8ac9ba4dafadf039 to your computer and use it in GitHub Desktop.
Save gdhuper/347dcd3589bd78ed8ac9ba4dafadf039 to your computer and use it in GitHub Desktop.
cosmos-rust-getting-started-main-delete
let delete_doc = doc! {"title" :"Pay AmeX bill"};
let delete_result = mongo_client.delete(delete_doc).unwrap();
println!("Docs deleted: {:?}", delete_result);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment