Structs§
- A fixed-point decimal number. Holds exactly 19 digits after the decimal point and a 64-bit value before the decimal point.
- A relative duration, which contains months, days, and nanoseconds. Can be used for calendar-relative durations (eg 7 days forward), or for absolute durations using the nanosecond component When used as an absolute duration, convertible to chrono::Duration
Enums§
- Represents the type of primitive value is held by a Value or Attribute.