Hours

Type Alias Hours 

Source
pub type Hours = Quantity<Hour>;
Expand description

A quantity measured in hours.

Aliased Typeยง

pub struct Hours(/* private fields */);