[][src]Module iced_native::program

Build interactive programs using The Elm Architecture.

Structs

State

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

Traits

Program

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