skia_safe

Trait 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§