RFC: Validation for abstract trait methods

Project Governance
Author
Target
8.0
Traits can contain abstract methods, which are used to specify requirements the trait has on the using class. However, the signatures of these methods are curre...