[][src]Trait skia_safe::QuickReject

pub trait QuickReject<T> {
    fn quick_reject(&self, other: &T) -> bool;
}

Required methods

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

Loading content...

Implementors

impl QuickReject<IRect> for Region[src]

impl QuickReject<Rect> for Canvas[src]

Loading content...