想封装一下sqlx,报错了,大佬帮忙看看
📝
内容提要
报错信息如下: | let exec = SqlCommandExecutor::new(tran_manager.transaction()); | ---- move occurs because exec has type SqlCommandExecutor<'_, &mut Transaction<'_, MySql>>, which does not...
➡️