Question: Using rust and the actix framework, I am trying to fetch a list of records from postgres and return it as JSON. I am referencing this example code: https://github.com/actix/examples/tree/master/databases/postgres The following are my changes. The get_users function returns only ...