Struct sauron_core::dom::Effects [−][src]
Expand description
Msg that needs to be executed in its component on the next update loop
Fields
follow_ups: Vec<MSG>
Msg that will be executed in its own widget
effects: Vec<PMSG>
PMSG that will be executed in the component that mounts it
Implementations
create a new effects with follow_ups and effects
create a follow up message, but no effects
Create effects with no follow ups.