Crate zng_state_map
source ·Expand description
This crate is part of the zng project.
Hash-map of type erased values, useful for storing assorted dynamic state.
Modules§
- State map helper types.
Structs§
- Private state map.
- Unique identifier of a value in a state map.
- Mutable state map.
- Read-only state map.
- Lazy inited
StateId.
Traits§
- Represents a type that can be a
StateIdvalue.