iced_
graphics
0.14.0-dev
Module cache
Module Items
Structs
Enums
Traits
In crate iced_
graphics
iced_graphics
Module
cache
Copy item path
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.