[][src]Type Definition shredder::GRefCell

type GRefCell<T> = Gc<RefCell<T>>;

A convenient alias for Gc<RefCell<T>>. Note that Gc<RefCell<T>> has additional specialized methods for working with RefCells inside Gcs.