Trait basic_dsp_vector::ToRealResult [] [src]

pub trait ToRealResult {
    type RealResult;
}

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

Associated Types

Implementors