Module spirt::context

source ·
Expand description

Context and related types/traits.

Modules§

  • sealed 🔒
    Private module containing traits (and related types) used in public APIs, but which should not be usable outside of the context module.

Macros§

Structs§

Enums§

Traits§

  • EntityOriented*Map<Self, V> support trait, implemented for entity types, but which can also be implemented by users for their own newtypes and other types wrapping entity types (such as finite enums).
  • Dispatch helper, to allow implementing interning logic on the type passed to cx.intern(...).