Trait interval::interval_set::ToIntervalSet [−][src]
pub trait ToIntervalSet<Bound> where
Bound: Width, { fn to_interval_set(self) -> IntervalSet<Bound>; }
Required Methods
fn to_interval_set(self) -> IntervalSet<Bound>
Implementations on Foreign Types
impl<Bound: Width + Num> ToIntervalSet<Bound> for (Bound, Bound)[src]
impl<Bound: Width + Num> ToIntervalSet<Bound> for (Bound, Bound)fn to_interval_set(self) -> IntervalSet<Bound>[src]
fn to_interval_set(self) -> IntervalSet<Bound>impl<Bound> ToIntervalSet<Bound> for Vec<(Bound, Bound)> where
Bound: Width + Num, [src]
impl<Bound> ToIntervalSet<Bound> for Vec<(Bound, Bound)> where
Bound: Width + Num, fn to_interval_set(self) -> IntervalSet<Bound>[src]
fn to_interval_set(self) -> IntervalSet<Bound>