Hacker News new | ask | show | jobs
by ameliaquining 296 days ago
I suppose you'd need a Copy-like auto trait to serve as a bound on impl Clone for Cell<T>. It wouldn't have to be magical the way Copy is, though.