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

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

Required Methods

Implementors