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
type RealResult
Implementors
impl<T> ToRealResult for ComplexTimeIdent<T> where T: RealNumberimpl<T> ToRealResult for ComplexFreqIdent<T> where T: RealNumberimpl<T> ToRealResult for GenDspIdent<T> where T: RealNumberimpl<S, T> ToRealResult for ComplexTimeVec<S, T> where S: ToSlice<T>, T: RealNumberimpl<S, T> ToRealResult for ComplexFreqVec<S, T> where S: ToSlice<T>, T: RealNumberimpl<S, T> ToRealResult for GenDspVec<S, T> where S: ToSlice<T>, T: RealNumber