Module cell_gc::traits [] [src]

The traits defined here are implementation details of cell_gc.

Application code does not need to use these traits. They are public only so that gc_heap_type! can use it. Use the friendly macro!

Traits

IntoHeap

Trait for values that can be moved into a GC heap.

IntoHeapAllocation

Relate an IntoHeap type to the corresponding safe reference type.

Tracer