UniformDateTimeScale

Trait UniformDateTimeScale 

Source
pub trait UniformDateTimeScale: AbsoluteTimeScale { }
Expand description

Some time scales are uniform with respect to date-times: they do not apply leap seconds. In such cases, their implementation of the DateTime mapping reduces to a simple add-and-multiply of days, hours, minutes, and seconds with respect to the “arbitrary” measurement epoch in which their resulting time points are measured.

This trait is only a marker trait.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§