[−][src]Crate scoped_gc
Macros
unsafe_custom_trace | |
unsafe_empty_trace | This macro rule implements |
Structs
Gc | A smart pointer to a value managed by a garbage-collector |
GcRef | |
GcRefCell | A |
GcRefMut | |
GcScope | Defines a scope for garbage collection. |
Enums
GcAllocErr | Represents an allocation error |
Traits
Trace | Used to propagate signals across the objects graph of values managed by the garbage collector. |