Piotr Bartoszewicz

Results 3 comments of Piotr Bartoszewicz

I'm interested in working on this issue

I don't think this is possible with traits since rust inheritance only guarantees struct with impl a parent trait, which still means you have to implement the methods manually. Instead...

Ok so i figured out a way to do this without macros. Let me know if this solution is good