Charles-Johnson / zia_programming

A language that can program itself
https://zia-lang.org
GNU General Public License v3.0
3 stars 0 forks source link

Consider using the `autoimpl!` macro to prevent repetitive blanket implementations #3

Closed Charles-Johnson closed 5 years ago

Charles-Johnson commented 5 years ago

From the autoimpl crate. Caveat: The autoimpl! macro seems to only work for generic traits with exactly one type parameter.