Interval

Trait Interval 

Source
pub trait Interval {
    // Required method
    fn interval(&self) -> (u32, u32);
}

Required Methods§

Source

fn interval(&self) -> (u32, u32)

Implementations on Foreign Types§

Source§

impl Interval for Range<u32>

Source§

fn interval(&self) -> (u32, u32)

Implementors§