Trait kairos::iter::extensions::Monthly [] [src]

pub trait Monthly {
    fn monthly(self, i: i64) -> Result<Iter>;
}

Required Methods

Implementors