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

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

Required Methods

Implementors