Trait ToRealResult

Source
pub trait ToRealResult {
    type RealResult;
}
Expand description

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

Required Associated Types§

Implementors§

Source§

impl<S, T> ToRealResult for ComplexFreqVec<S, T>
where S: ToSlice<T>, T: RealNumber,

Source§

impl<S, T> ToRealResult for ComplexTimeVec<S, T>
where S: ToSlice<T>, T: RealNumber,

Source§

impl<S, T> ToRealResult for GenDspVec<S, T>
where S: ToSlice<T>, T: RealNumber,