iced
0.14.0-dev
Module daemon
Module Items
Structs
Traits
Functions
In crate iced
iced
Module
daemon
Copy item path
Source
Expand description
Create and run daemons that run in the background.
Structs
§
Daemon
The underlying definition and configuration of an iced daemon.
Traits
§
Title
The title logic of some
Daemon
.
View
The view logic of some
Daemon
.
Functions
§
daemon
Creates an iced
Daemon
given its title, update, and view logic.