Trait basic_dsp_vector::ToRealTimeResult [−][src]
pub trait ToRealTimeResult {
type RealTimeResult;
}Expand description
Specifies what the the result is if a type is transformed to real numbers in time domain.
Associated Types
type RealTimeResult[src]Implementors
type RealTimeResult = RealTimeVec<S, T>type RealTimeResult = GenDspVec<S, T>