Crate stepflow_base

Source
Expand description

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 ObjectStore

Structs§

ObjectStore
A store for objects that are weak referenced by an ID and optional name.
ObjectStoreFiltered
Wrapper to an ObjectStore that provides a filtered view of the objects contained

Enums§

IdError

Traits§

ObjectStoreContent