iced::advanced::widget

Module tree

Source
Available on crate feature advanced only.
Expand description

Store internal widget state in a state tree to ensure continuity.

Structs§

Tag
The identifier of some widget state.
Tree
A persistent state widget tree.

Enums§

State
The internal State of a widget.

Functions§

diff_children_custom_with_search
Reconciles the current_children with the provided list of widgets using custom logic both for diffing and creating new widget state.