Crate stepflow_base[−][src]
Base utilities for StepFlow
Provides the ObjectStore which contains most StepFlow objects and AsAny which makes it easier to downcast.
Modules
| as_any | |
| id |
Macros
| generate_id_type | Macro to create an ID to be used by an |
Structs
| ObjectStore | A store for objects that are weak referenced by an ID and optional name. |
| ObjectStoreFiltered | Wrapper to an |
Enums
| IdError |
Traits
| ObjectStoreContent |