Trait skia_safe::Contains

source ·
pub trait Contains<T> {
    // Required method
    fn contains(&self, other: T) -> bool;
}
Expand description

All Sk* types are accessible via skia_safe::

Required Methods§

source

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

Implementors§