Expand description
Module for StateHandle, part of the “state API”.
Structs§
- State
Handle - A handle into a particular
Dfirinstance, referring to data inserted byadd_state. - State
Handle Erased - A state handle with the generic type parameter erased, allowing it to be stored in omogenous
data structures. The type is tracked internally as data via
TypeId.