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