Type Alias Year

Source
type Year = RangedI32<MIN_YEAR, MAX_YEAR>;

Aliased Typeยง

#[repr(transparent)]
struct Year(/* private fields */);