Skip to main content

CoordinateScale

Trait CoordinateScale 

Source
pub trait CoordinateScale: Scale + Sealed { }
Expand description

Witness that a scale is continuous and supports direct arithmetic. UTC deliberately does not implement this: it has raw-axis accessors through CoordinateScale, but its civil interpretation remains leap-second-aware and table-driven.

Sealed — downstream cannot implement it.

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§