pub type Hours = Quantity<Hour>;
A quantity measured in hours.
pub struct Hours(/* private fields */);