Module icu::experimental::duration
source · Expand description
Duration formatting
Modules§
- Options for configuring
DurationFormatter
. - Provider structs for digital data.
Structs§
- Represents a duration of time (intuitively, how long something took / will take). Can be constructed ergonomically using the
Default
trait like so: - A formatter for
Duration
s. - The
Writeable
implementation that is returned byDurationFormatter::format
. See thewriteable
crate for how to consume this.
Enums§
- Describes whether a
Duration
is positive or negative.