pub fn set_color(
I have some concerns.
We can use the trait and implement methods in it, then every time we want to use these methods, we should import the trait, it's annoying.
On the other hand, the implemntation with a macro is unfriendly for IDEs.
Do you prefer the case with a trait?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
Agreed, there is a bit of an annoyance with a trait. Let's proceed. Bors r+