Module cache
iced_
graphics
0.14.0-dev
Module cache
Module Items
Structs
Enums
Traits
In crate iced_
graphics
Modules
cache
color
compositor
damage
error
geometry
gradient
image
layer
mesh
text
Structs
Settings
Viewport
Enums
Antialiasing
iced_graphics
Module
cache
Copy item path
Settings
Help
Summary
Source
Expand description
Cache computations and efficiently reuse them.
Structs
§
Cache
A simple cache that stores generated values to avoid recomputation.
Group
A cache group.
Enums
§
State
The state of a
Cache
.
Traits
§
Cached
A piece of data that can be cached.