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