Module iced::advanced::widget::tree

source ·
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

Functions

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