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
As of right now, our derive macro for the methods handle predefined names such as conn or auth. It would be nice if this was allowed for custom types through a trait or similar. This might be easy for auth, but more complicated for conn as the database connection requires wrapping the body, which might make this impossible to completely replace the current types, but would at least allow users to add own types.
The text was updated successfully, but these errors were encountered:
As of right now, our derive macro for the methods handle predefined names such as conn or auth. It would be nice if this was allowed for custom types through a trait or similar. This might be easy for auth, but more complicated for conn as the database connection requires wrapping the body, which might make this impossible to completely replace the current types, but would at least allow users to add own types.
The text was updated successfully, but these errors were encountered: