pub trait ToFreqResult {
    type FreqResult;
}
Expand description

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

Required Associated Types

Implementors