WithSecureLabs / mongo-rs

A higher-level wrapper on top of the official bson & mongodb crates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question | Why a update method return a i64, and what it is?

1216892614 opened this issue · comments

commented

As the title. Why a Client.update method return a i64, and what it is?
I cant figu out in doc.

The i64 will be the number of documents that were updated based on the filter provided.