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