Trait vizia_core::vg::region::Intersects
pub trait Intersects<T> {
// Required method
fn intersects(&self, other: &T) -> bool;
}
pub trait Intersects<T> {
// Required method
fn intersects(&self, other: &T) -> bool;
}