Module time::duration

source ·
Expand description

The Duration struct and its associated impls.

Macros§

Structs§

  • A span of time with nanosecond precision.

Enums§

  • Padding 🔒
    By explicitly inserting this enum where padding is expected, the compiler is able to better perform niche value optimization.

Type Aliases§

  • The type of the nanosecond field of Duration.