Module tree
Available on crate feature
advanced
only.Expand description
Store internal widget state in a state tree to ensure continuity.
Structs§
- The identifier of some widget state.
- A persistent state widget tree.
Enums§
- The internal
State
of a widget.
Functions§
- Reconciles the
current_children
with the provided list of widgets using custom logic both for diffing and creating new widget state.