Module iced_native::program

source ·
Expand description

Build interactive programs using The Elm Architecture.

Structs

  • The execution state of a Program. It leverages caching, event processing, and rendering primitive storage.

Traits

  • The core of a user interface application following The Elm Architecture.