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