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

Required Methods§

Implementors§