Module daemon

Source
Expand description

Create and run daemons that run in the background.

Structs§

Appearance
The appearance of a program.
Daemon
The underlying definition and configuration of an iced daemon.

Traits§

DefaultStyle
The default style of a Program.
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.