pub trait Intersects<T> {
// Required method
fn intersects(&self, val: &T) -> bool;
}Expand description
Implements test if an interval intersects with self
Required Methods§
Sourcefn intersects(&self, val: &T) -> bool
fn intersects(&self, val: &T) -> bool
see if interval intersects with self