Expand description
Helper types for object enumeration
Structsยง
- An implementation of
ObjectEnumerator
that wraps a callback.
Traitsยง
- Block
MayHave ๐Objects Allow querying if a block may have objects.MarkSweepSpace
andImmixSpace
use differentBlock
types, and they have different block states. This trait lets bothBlock
types provide the samemay_have_objects
method. - A trait for enumerating objects in spaces, used by
Space::enumerate_objects
.