Module iced::daemon

source ·
Expand description

Create and run daemons that run in the background.

Structs§

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

Traits§

Functions§

  • Creates an iced Daemon given its title, update, and view logic.