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

Required Methods§

source

fn monthly(self, i: i64) -> Result<Iter>

Implementors§