Crate ferrishot_iced_program

Source
Expand description

The definition of an iced program.

Re-exports§

pub use ferrishot_iced_graphics as graphics;
pub use ferrishot_iced_runtime as runtime;
pub use ferrishot_iced_runtime::core;
pub use ferrishot_iced_runtime::futures;

Structs§

Instance
A particular instance of a running Program.

Traits§

Program
An interactive, native, cross-platform, multi-windowed application.
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.