Replies: 1 comment 1 reply
-
For the future readers I found the discussion about it here: #2648 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there!
In my code I am actively using parse dont validate meaning I use newtype pattern extensively to embed data constraints into my domain types.
Here is a trivial example of this:
And I was wondering what is the reason
sqlx::Type
macro won't allow me to reuse my existingTryFrom
andFrom
implementations? It is available insqlx::FromRow
, but not here.Beta Was this translation helpful? Give feedback.
All reactions