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