Trait vizia_core::vg::Scalars

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

Required Methods§

fn are_finite(&self) -> bool

Implementations on Foreign Types§

§

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

§

fn are_finite(&self) -> bool

Implementors§