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

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

Required Methods

Converts a normal date coord into a monthly one

Implementations on Foreign Types

Implementors