Module dungeon_cell::vtable

source ·
Expand description

Virtual method tables.

dungeon_cell uses custom vtables to track what types are stored and provide methods for those stored types.

Structs

Enums

Traits

Generate vtable for type in a const context.
Basic vtable trait.
Generate vtable for type.