[Feature Request] Can we implement serde::Serialize for diesel::result::Error? #3174
jaseemabid
started this conversation in
Ideas
Replies: 1 comment
-
I would like to hear some better justification for this than "why not?".
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Title says it all. Any reason to not do this?
https://serde.rs/remote-derive.html is a workaround, but for a type as large as
diesel::result::Error
, it's a bit cumbersome.Beta Was this translation helpful? Give feedback.
All reactions