Module gc_info

Source

Structs§

GCInfoIndex

Traits§

GCInfoTrait
Trait determines how the garbage collector treats objects wrt. to traversing, and finalization. It is automatically implemented for all types that implement TraceTrait and FinalizeTrait.