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

Implementors