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

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

Required Methods

Implementors