skia_safe::region

Trait Intersects

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

Required Methods§

Source

fn intersects(&self, other: &T) -> bool

Implementors§