pub type Hour = Duration<u32, 3600, 1>;
Alias for hours duration (u32 backing storage)
u32
pub struct Hour { /* private fields */ }