pub trait QuickReject<T> {
// Required method
fn quick_reject(&self, other: &T) -> bool;
}
Expand description
All Sk* types are accessible via skia_safe::
pub trait QuickReject<T> {
// Required method
fn quick_reject(&self, other: &T) -> bool;
}
All Sk* types are accessible via skia_safe::