Structs§
- Gc
- A garbage collector managing objects of type
T. - Handle
- A handle to a garbage-collected object of type
T. - Rooted
- A rooted reference to a garbage-collected object of type
Tthat keeps the object alive as long as it exists. - Tracer
Traits§
- Trace
- Trait for GC-compatible objects that may contain traceable references to other GC-managed objects.