pub async fn user_uuid_from_username( conn: &mut Object<AsyncDieselConnectionManager<AsyncPgConnection>>, username: &String, ) -> Result<Uuid, Error>