Json – Expected `Result<Option<Value>, Error>`, found `Result<Option<&…>, …>` on MongoDB
I have this code to connect with MongoDB from rust run when I try to cargo run the code return an error in the if statement and I can't figure out why. It has been days that I try to…