Module Effect

Module Effect 

Source
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§

ActionEffect
ActionEffect Struct
ApplicationRunTime
ApplicationRunTime Trait
ExecuteEffect
ExecuteEffect Helper