skia_safe

Trait Scalars

Source
pub trait Scalars {
    // Required method
    fn are_finite(&self) -> bool;
}

Required Methods§

Source

fn are_finite(&self) -> bool

Implementations on Foreign Types§

Source§

impl<T> Scalars for [T]
where T: Scalar + Mul<Output = T> + PartialEq,

Implementors§