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.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.