[][src]Type Definition rcore::MRc

type MRc<T> = Rc<RefCell<T>>;