Interpolatable

Trait Interpolatable 

Source
pub trait Interpolatable:
    Default
    + AddAssign<Self>
    + AddAssign<f64>
    + DivAssign<f64>
    + DivAssign<Self>
    + MulAssign<f64>
    + PartialEq<f64>
    + PartialEq<Self>
    + Clone
    + Copy
where Self: Sized,
{ }
Expand description

A trait for values that can be used in interpolation

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§