pub trait CepFloat:
FftNum
+ Float
+ FloatConst { }Expand description
Trait implemented for types that can be used with the cepstrum extractor. Currently, it supports
f32 and f64.
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.