Trait interval::interval::ToInterval[][src]

pub trait ToInterval<Bound> {
    fn to_interval(self) -> Interval<Bound>;
}

Required methods

Implementations on Foreign Types

Implementors