pub trait IntoYearly<T> where T: TimeValue, { fn yearly(self) -> Yearly<T>; }
The trait that converts a normal date coord into a yearly one