[][src]Trait plotters::coord::IntoYearly

pub trait IntoYearly<T: TimeValue> {
    fn yearly(self) -> Yearly<T>;
}
[]

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

Required methods

fn yearly(self) -> Yearly<T>

Implementations on Foreign Types

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

Implementors