Trait basic_dsp_vector::ToRealTimeResult[][src]

pub trait ToRealTimeResult {
    type RealTimeResult;
}

Specifies what the the result is if a type is transformed to real numbers in time domain.

Associated Types

Implementors