-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add example for manual implemenation of the FromRow trait #1495
Conversation
If you rebase it should fix the MySQL build failure. |
a84e699
to
ed0aaeb
Compare
Okay 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One nit.
Also looks like a rebase is needed. |
95f4033
to
844342f
Compare
@Erik1000 I'm really sorry to have neglected this PR for so long. It got pushed onto the second page for a while, which I often forget to check. We did end up adding |
I'll have a look at it next week 👍 |
Co-authored-by: Jonas Platte <[email protected]>
844342f
to
0199fa6
Compare
@abonander I've rebased and it's ready to be merged. |
Great, thanks! |
After a discussion on the discord server, i decided to add an example for a manual implemenation of the FromRow trait. A manual implementation is useful if you can't use the derive macro (e.g. because of a external type from another crate)