Okay, my RFC draft is nearly done. Some differences in my draft from what’s been mentioned in this discussion:
- I used the name
ExcludesDynType
instead ofIsNotDynWithMethodsOf
. I mentioned the latter as an alternative, but I went with the former because it’s not longer thanDispatchFromDyn
. - I also mentioned that
dyn SubTrait + ...
should not implement the trait.