Expand description
Helper types for object enumeration
Structsยง
- Closure
Object Enumerator - An implementation of
ObjectEnumeratorthat wraps a callback.
Traitsยง
- Block
MayHave ๐Objects - Allow querying if a block may have objects.
MarkSweepSpaceandImmixSpaceuse differentBlocktypes, and they have different block states. This trait lets bothBlocktypes provide the samemay_have_objectsmethod. - Object
Enumerator - A trait for enumerating objects in spaces, used by
Space::enumerate_objects.