Hacker News new | ask | show | jobs
by mhutter 1004 days ago
Aaah, `Cow`, the unloved child ...
2 comments

I love Cow, except when it goes mut.
&mut Cow<Disease>
I presume they're trying to avoid having to worry about the lifetime, so they want something that owns its contents.