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