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

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

Required Methods

Implementations on Foreign Types

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

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

Implementors