Crate program

Expand description

The definition of an iced program.

Modules§

graphics
A bunch of backend-agnostic types that can be leveraged to build a renderer for iced.
message
Traits for the message type of a Program.
runtime
A renderer-agnostic native GUI runtime.

Structs§

Instance
A particular instance of a running Program.
Preset
A specific boot strategy for a Program.
Task
A set of concurrent actions to be performed by the iced runtime.

Traits§

Program
The internal definition of a Program.
Renderer
The renderer of some Program.

Functions§

with_executor
Decorates a Program with the given executor function.
with_scale_factor
Decorates a Program with the given scale factor function.
with_style
Decorates a Program with the given style function.
with_subscription
Decorates a Program with the given subscription function.
with_theme
Decorates a Program with the given theme function.
with_title
Decorates a Program with the given title function.