iced_
core
0.14.0-dev
Module time
Module Items
Structs
In crate iced_
core
iced_core
Module
time
Copy item path
Source
Expand description
Keep track of time, both in native and web platforms!
Structs
ยง
Duration
A
Duration
type to represent a span of time, typically used for system timeouts.
Instant
A measurement of a monotonically nondecreasing clock. Opaque and useful only with
Duration
.