Trait IntoYearly
pub trait IntoYearly<T>where
T: TimeValue,{
// Required method
fn yearly(self) -> Yearly<T>;
}Available on crate feature
plot only.Expand description
The trait that converts a normal date coord into a yearly one