Crate rcgc

source ·

Structs

A garbage collector managing objects of type T.
A handle to a garbage-collected object of type T.
A rooted reference to a garbage-collected object of type T that keeps the object alive as long as it exists.

Traits

Trait for GC-compatible objects that may contain traceable references to other GC-managed objects.