Hi, I'm new to Rust and I'm trying to learn more about the language and its features.
I have seen the RFC and its related tracking issue.
I'm wondering if the default impl
feature is still planned to be developed and if I can help with it.
I have in mind to do what is described in the following quote taken from the RFC
we could easily add a shorthand later on in which
default impl Trait for Type
is sugar for addingdefault
to all items in the impl.
Would you accept contributions for this feature?
EDIT: Maybe this post didn't reach the intended persons @nikomatsakis @aturon . It's also a possibility that they have simply skipped it