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

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

Required Methods

Implementors