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
T
that 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.