You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to expose a method that consumes self in UserDataMethods? The motivation is that I want to expose the commit method of postgres connections, however the typical add_method/add_method_mut won't work.