pub type RRC<T> = Rc<RefCell<T>>;
Alias for a RefCell contained in an Rc reference.
struct RRC<T> { /* private fields */ }