// Copyright (c) DUSK NETWORK. All rights reserved.
// Licensed under the MPL 2.0 license. See LICENSE file in the project root for details.
//! 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.