Trait Intersects
skia_safe::region
pub trait Intersects<T> { fn intersects(&self, other: &T) -> bool; }
fn intersects(&self, other: &T) -> bool
impl Intersects<IRect> for Region
fn intersects(&self, rect: &IRect) -> bool