Expand description
Base utilities for StepFlow
Provides the ObjectStore
which contains most StepFlow objects and AsAny
which makes it easier to downcast.
Modules§
Macros§
- generate_
id_ type - Macro to create an ID to be used by an
ObjectStore
Structs§
- Object
Store - A store for objects that are weak referenced by an ID and optional name.
- Object
Store Filtered - Wrapper to an
ObjectStore
that provides a filtered view of the objects contained