[][src]Crate moving_gc_arena

Structs

Ix

A raw index for a region, that should be used for internal edges.

MutEntry

A freshly created entry, allowing root/weak creation, and mutation

Region

The type of a collectable region.

Root

An external rooted index into a region.

Weak

A weak index into a region.

Enums

Error

Type of region access errors.

Traits

HasIx

Trait to expose contained indices to the garbage collector.