Type Definition zerogc_simple::Gc[][src]

pub type Gc<'gc, T> = Gc<'gc, T, CollectorId>;
Expand description

A garbage collected pointer, allocated in the “simple” collector