Crate moving_gc_arena[][src]

Modules

traverse

This package contains the components for traversal definitions and algorithms.

Structs

Entry

An entry inside the region, allowing access to the underlying value and the index, as well as Root and Weak creation.

Ix

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

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.