Hacker News new | ask | show | jobs
by nextaccountic 1206 days ago
Rc<Box<T>> really doesn't make sense (Rc is like a specialized Box), I guess you meant Rc<RefCell<T>>?