Expand description
§Effect Module
Defines the core components of the declarative, effects-based architecture.
It provides the ActionEffect data structure, the ApplicationRunTime
trait for executing effects, and a convenience helper function.
Modules§
- Action
Effect - ActionEffect Struct
- Application
RunTime - ApplicationRunTime Trait
- Execute
Effect - ExecuteEffect Helper