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

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

Required Methods

Implementors