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§