Crate moving_gc_arena
Source - traverse
- This package contains the components for traversal definitions
and algorithms.
- 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.
- Error
- Type of region access errors.
- HasIx
- Trait to expose contained indices to the garbage collector.