//! Errors related to the fft module.
use Error;
/// Defines all of the possible FFTError types that we could have when
/// we are working with the `fft` module.
/// Represents an error triggered on any of the FFT module operations
/// such as `Polynomial` or `EvaluationDomain`
] pub Error);