pub type HoursDuration<T> = Duration<T, 3_600, 1>;
Alias for hours duration
struct HoursDuration<T> { /* private fields */ }