Why doesn't Identifiable
derive implement the trait for the table structs but only for references?
#4589
Answered
by
weiznich
LucaCappelletti94
asked this question in
Q&A
-
Hi, I just read the code defining the identifiable derive, and I noticed that the trait is not actually implemented for the struct Why is that? Wouldn't it be desirable to have it also for Do let me know, I can quickly make a PR adding it if needed. Best, |
Beta Was this translation helpful? Give feedback.
Answered by
weiznich
Apr 29, 2025
Replies: 1 comment 4 replies
-
See #1571 for reasons why it is that way. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
LucaCappelletti94
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #1571 for reasons why it is that way.