Module daemon
iced
0.14.0-dev
Module daemon
Module Items
Structs
Traits
Functions
In crate iced
Modules
advanced
alignment
animation
application
border
clipboard
daemon
debug
event
executor
font
gradient
keyboard
mouse
overlay
padding
stream
system
task
theme
time
touch
widget
window
Macros
color
Structs
Animation
Border
Color
Degrees
Font
Padding
Pixels
Point
Radians
Rectangle
Settings
Shadow
Size
Subscription
Task
Transformation
Vector
Enums
Alignment
Background
ContentFit
Error
Event
Gradient
Length
Rotation
Theme
Traits
Executor
Function
Program
Functions
application
daemon
exit
never
run
Type Aliases
Element
Renderer
Result
iced
Module
daemon
Copy item path
Settings
Help
Summary
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 boot, update, and view logic.