Hacker News new | ask | show | jobs
by k__ 3399 days ago
Ah, I read the Wiki article and my impression of traits was "interfaces with implementation" and as far as I could tell, Rust traits have no implementation, they 'need' impl(emendations) so they seemed more like interferences to me :)
1 comments

You can have default implementations for methods if you'd like.