Trait chronologic::TimeConvex
source · pub trait TimeConvex: TimeBounds + Sized + Into<TimeInterval<Self::TimePoint>> { }Expand description
§A marker of convex (interval) time set
If a time window implements this trait, it is sure that it is a time interval (bounded or not) or an empty set.
Some computations will be optimized for convex windows.
Object Safety§
This trait is not object safe.