pub trait ToFreqResult {
type FreqResult;
}Expand description
Specifies what the the result is if a type is transformed to frequency domain.
pub trait ToFreqResult {
type FreqResult;
}Specifies what the the result is if a type is transformed to frequency domain.