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