Trait chronologic::TimeOverlapping
source · pub trait TimeOverlapping<TW> {
// Required method
fn overlaps(&self, rhs: &TW) -> bool;
}Expand description
§A trait for time overlapping
Two time windows overlap if the intersection is not empty.