armanriazirustrcvsrefcell
Unlike Rc<T>, the RefCell<T> type represents single ownership over the data it holds
ArmanRiazi
Unlike Rc<T>, the RefCell<T> type represents single ownership over the data it holds