IntoYearly

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

Required Methods§

fn yearly(self) -> Yearly<T>

Converts a normal date coord into a yearly one

Implementations on Foreign Types§

§

impl<T> IntoYearly<T> for Range<T>
where T: TimeValue,

§

fn yearly(self) -> Yearly<T>

Implementors§