Trait plotters::prelude::IntoMonthly[][src]

pub trait IntoMonthly<T: TimeValue> {
    fn monthly(self) -> Monthly<T>;
}
Expand description

The trait that converts a normal date coord into a yearly one

Required methods

fn monthly(self) -> Monthly<T>[src]

Implementations on Foreign Types

impl<T: TimeValue> IntoMonthly<T> for Range<T>[src]

fn monthly(self) -> Monthly<T>[src]

Implementors