Module interval

Module interval 

Source
Expand description

Interval module defining intervals and interval order functionality

This module defines the Interval struct representing an interval and the IntervalOrder trait for accessing an interval order.

Structs§

Interval
Interval

Enums§

IntervalBoundary
Boundary of an interval
IntervalOrderError
Error that can occur when accessing interval order

Traits§

IntervalOrder
Common trait of interval orders
IntervalOrderFor
Trait for types that define an order among intervals