pub trait SpectroSample:
MulAdd<Self, Output = Self>
+ AddAssign
+ MulAssign
+ 'static
+ Copy
+ Clone
+ Send
+ Sync
+ Num
+ Default
+ Neg<Output = Self>
+ Add<Self, Output = Self>
+ Mul<Self, Output = Self>
+ Div<Self, Output = Self>
+ Sub<Self, Output = Self>
+ Debug
+ Display
+ Zero
+ PartialOrd
+ AsPrimitive<f32>
+ Real { }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.