IntoYearly

Trait IntoYearly 

Source
pub trait IntoYearly<T: TimeValue> {
    // Required method
    fn yearly(self) -> Yearly<T>;
}
Expand description

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

Required Methods§

Source

fn yearly(self) -> Yearly<T>

Implementations on Foreign Types§

Source§

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

Source§

fn yearly(self) -> Yearly<T>

Implementors§