Trait interval::interval_set::ToIntervalSet[][src]

pub trait ToIntervalSet<Bound> where
    Bound: Width
{ fn to_interval_set(self) -> IntervalSet<Bound>; }

Required Methods

Implementations on Foreign Types

impl<Bound: Width + Num> ToIntervalSet<Bound> for (Bound, Bound)
[src]

impl<Bound> ToIntervalSet<Bound> for Vec<(Bound, Bound)> where
    Bound: Width + Num
[src]

Implementors