Hacker News new | ask | show | jobs
by bjterry 2538 days ago
I think that allows library authors to implement against the trait, but then the user of that library can choose which concrete implementation they want to use in their app, so they don't have to have multiple and convert between them.