Macros§
- unsafe_
custom_ trace - unsafe_
empty_ trace - This macro rule implements
Trace
with empty functions.
Structs§
- Gc
- A smart pointer to a value managed by a garbage-collector
- GcRef
- GcRef
Cell - A
RefCell
wrapper compatible with garbage-collection. - GcRef
Mut - GcScope
- Defines a scope for garbage collection.
Enums§
- GcAlloc
Err - Represents an allocation error
Traits§
- Trace
- Used to propagate signals across the objects graph of values managed by the garbage collector.