skia_safe

Trait QuickReject

Source
pub trait QuickReject<T> {
    // Required method
    fn quick_reject(&self, other: &T) -> bool;
}
Expand description

All Sk* types are accessible via skia_safe::

Required Methods§

Source

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

Implementors§