Type Alias Years

Source
pub type Years<T> = Duration<T, SecondsPerYear>;
Expand description

The length of an average year in the Gregorian calendar.

Aliased Typeยง

pub struct Years<T> { /* private fields */ }