Expand description
Helper types for object enumeration
Structsยง
- 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. - A trait for enumerating objects in spaces, used by
Space::enumerate_objects.