[][src]Crate eko_gc

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

GcArena

Defines an arena for garbage collection.

GcRef
GcRefCell

A RefCell wrapper compatible with garbage-collection.

GcRefMut

Traits

Trace

Used to propagate signals across the objects graph of values managed by the garbage collector.