pub trait IntoYearly<T> where
    T: TimeValue, 
{ fn yearly(self) -> Yearly<T>; }
Expand description

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

Required methods

Implementations on Foreign Types

Implementors