Mongo.insert_one-exclamation-mark
You're seeing just the function
insert_one-exclamation-mark
, go back to Mongo module for more information.
Specs
insert_one!(GenServer.server(), collection(), BSON.document(), Keyword.t()) :: result!(Mongo.InsertOneResult.t())
Similar to insert_one/4
but unwraps the result and raises on error.