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