NextOdd

Trait NextOdd 

Source
pub trait NextOdd {
    // Required method
    fn next_odd(&self) -> i64;
}

Required Methods§

Source

fn next_odd(&self) -> i64

Implementors§

Source§

impl<T> NextOdd for T
where T: Float + 'static + Copy + AsPrimitive<i64>,