Mongodb v0.4.3 Mongo.InsertOneResult

The successful result struct of Mongo.insert_one/4. Its fields are:

  • :inserted_id - The id of the inserted document

Summary

Types

t()
t :: %Mongo.InsertOneResult{inserted_id: nil | BSON.ObjectId.t}