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