Skip to main content

Year

Type Alias Year 

Source
pub type Year<S = f64> = Quantity<Year, S>;
Expand description

Year.

Aliased Typeยง

pub struct Year<S = f64>(/* private fields */);