Replies: 1 comment
-
I guess it's a doc improvement. "easily" would be a better word. Feel free to create a PR. |
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
-
Ref: https://docs.rs/derive_more/latest/derive_more/
Is this a typo, or did you do something special so the conversions are indeed handled automatically?
As far as I know, those traits are not automatic, but some of them automatically implement another one (like
From
withInto
); maybe that's what you meant? Automatic conversion is one of Rust's taboos.Beta Was this translation helpful? Give feedback.
All reactions