Trait basic_dsp_vector::ToTimeResult [] [src]

pub trait ToTimeResult {
    type TimeResult;
}

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

Associated Types

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

Implementors