Trait vizia::vg::region::Intersects

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

Required Methods§

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

Implementors§

§

impl Intersects<Handle<SkRegion>> for Handle<SkRegion>

§

impl Intersects<IRect> for Handle<SkRegion>