pub type RRC<T> = Rc<RefCell<T>>;
Alias for a RefCell contained in an Rc reference.
Returns a clone of the object’s name