Type Definition shredder::GRefCell[][src]

pub type GRefCell<T> = Gc<RefCell<T>>;
Expand description

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