Trait basic_dsp_vector::ToFreqResult[][src]

pub trait ToFreqResult {
    type FreqResult;
}

Specifies what the the result is if a type is transformed to frequency domain.

Associated Types

Implementors